fixed flake8 errors
This commit is contained in:
parent
37cd4893b3
commit
9d9aa9088a
@ -77,4 +77,4 @@ def test_open_ports(host):
|
|||||||
assert not host.socket("tcp://0.0.0.0:1514").is_listening
|
assert not host.socket("tcp://0.0.0.0:1514").is_listening
|
||||||
elif distribution == 'centos':
|
elif distribution == 'centos':
|
||||||
assert host.socket("tcp://:::1515").is_listening
|
assert host.socket("tcp://:::1515").is_listening
|
||||||
assert not host.socket("tcp://:::1514").is_listening
|
assert not host.socket("tcp://:::1514").is_listening
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user