improved molecule/default tests
This commit is contained in:
parent
c15a466912
commit
0d0032e2dc
@ -76,5 +76,5 @@ def test_open_ports(host):
|
||||
assert host.socket("tcp://0.0.0.0:1515").is_listening
|
||||
assert host.socket("tcp://0.0.0.0:1514").is_listening
|
||||
elif distribution == 'centos':
|
||||
assert host.socket("tcp://:::1515").is_listening
|
||||
assert host.socket("tcp://:::1514").is_listening
|
||||
assert host.socket("tcp://127.0.0.1:1515").is_listening
|
||||
assert host.socket("tcp://127.0.0.1:1514").is_listening
|
||||
Loading…
Reference in New Issue
Block a user