Browse Source

Test: fix Molecule CRI-O default runtime to crun

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/11601/head
ChengHao Yang 1 month ago
parent
commit
e008e8ee01
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/container-engine/cri-o/molecule/default/tests/test_default.py

2
roles/container-engine/cri-o/molecule/default/tests/test_default.py

@ -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():

Loading…
Cancel
Save