updated ansible and molecule versions
This commit is contained in:
parent
70e2d68cb0
commit
9582a0aacd
4
Pipfile
4
Pipfile
@ -5,8 +5,8 @@ name = "pypi"
|
|||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
docker-py = "*"
|
docker-py = "*"
|
||||||
ansible = "==2.7.11"
|
ansible = "==2.7.13"
|
||||||
molecule = "*"
|
molecule = "2.20"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
|
|||||||
@ -77,4 +77,4 @@ def test_open_ports(host):
|
|||||||
assert host.socket("tcp://0.0.0.0:1514").is_listening
|
assert host.socket("tcp://0.0.0.0:1514").is_listening
|
||||||
elif distribution == 'centos':
|
elif distribution == 'centos':
|
||||||
assert host.socket("tcp://127.0.0.1:1515").is_listening
|
assert host.socket("tcp://127.0.0.1:1515").is_listening
|
||||||
assert host.socket("tcp://127.0.0.1:1514").is_listening
|
assert host.socket("tcp://127.0.0.1:1514").is_listening
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user