fix: fix installed packages test asseration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ef2c314b62
commit
82cb262bc7
@ -10,7 +10,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
|||||||
|
|
||||||
@pytest.mark.parametrize("package", ["podman", "crun", "slirp4netns"])
|
@pytest.mark.parametrize("package", ["podman", "crun", "slirp4netns"])
|
||||||
def test_podman_installed(host, package):
|
def test_podman_installed(host, package):
|
||||||
assert not host.package(package).is_installed
|
assert host.package(package).is_installed
|
||||||
|
|
||||||
|
|
||||||
def test_podman_run(host):
|
def test_podman_run(host):
|
||||||
|
Loading…
Reference in New Issue
Block a user