fix: fix molecule test
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
9beb79be84
commit
eebf226578
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user