Skip to content
Snippets Groups Projects
Unverified Commit e008e8ee authored by ChengHao Yang's avatar ChengHao Yang
Browse files

Test: fix Molecule CRI-O default runtime to crun

parent f3d4377a
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ def test_run(host): ...@@ -21,7 +21,7 @@ def test_run(host):
assert "RuntimeName: cri-o" in cmd.stdout assert "RuntimeName: cri-o" in cmd.stdout
def test_run_pod(host): def test_run_pod(host):
runtime = "runc" runtime = "crun"
run_command = "/usr/local/bin/crictl run --with-pull --runtime {} /tmp/container.json /tmp/sandbox.json".format(runtime) run_command = "/usr/local/bin/crictl run --with-pull --runtime {} /tmp/container.json /tmp/sandbox.json".format(runtime)
with host.sudo(): with host.sudo():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment