Skip to content

Commit

Permalink
Test: fix Molecule CRI-O default runtime to crun
Browse files Browse the repository at this point in the history
Signed-off-by: ChengHao Yang <[email protected]>
  • Loading branch information
tico88612 committed Oct 6, 2024
1 parent f3d4377 commit e008e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_run(host):
assert "RuntimeName: cri-o" in cmd.stdout

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)
with host.sudo():
Expand Down

0 comments on commit e008e8e

Please sign in to comment.