fix: fix installed packages test asseration
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-03-20 11:25:21 +01:00
parent ef2c314b62
commit 82cb262bc7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
@pytest.mark.parametrize("package", ["podman", "crun", "slirp4netns"])
def test_podman_installed(host, package):
assert not host.package(package).is_installed
assert host.package(package).is_installed
def test_podman_run(host):