@ -16,5 +16,5 @@ def test_podman_installed(host, package):
def test_podman_run(host):
cmd = host.run("/usr/bin/podman info")
assert "APIVersion: 3" in cmd.stdout
assert "cgroupVersion: v1" in cmd.stdout
assert cmd.succeeded