fix: fix molecule test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2022-06-21 11:27:50 +02:00
parent 9beb79be84
commit eebf226578
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

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