This commit is contained in:
parent
427241bf3e
commit
d52ea7ad85
@ -11,4 +11,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
|
||||
def test_python3_is_installed(host):
|
||||
python3 = host.package("python36")
|
||||
pip3 = host.package("python3-pip")
|
||||
|
||||
assert python3.is_installed
|
||||
assert pip3.is_installed
|
||||
|
Loading…
Reference in New Issue
Block a user