File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -410,10 +410,10 @@ jobs:
410410 mkdir -p ${BDIR}/{root,state}
411411 cat > ${BDIR}/config.toml <<EOF
412412 [plugins.cri.containerd.default_runtime]
413- runtime_type = \ "${TEST_RUNTIME}\ "
413+ runtime_type = "${TEST_RUNTIME}"
414414 EOF
415415 ls /etc/cni/net.d
416- sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/containerd -a ${BDIR}/c.sock -root ${BDIR}/root -state ${BDIR}/state -log-level debug &> ${BDIR}/containerd-cri.log &
416+ sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/containerd -a ${BDIR}/c.sock --config ${BDIR}/config.toml -- root ${BDIR}/root -- state ${BDIR}/state - -log-level debug &> ${BDIR}/containerd-cri.log &
417417 sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/ctr -a ${BDIR}/c.sock version
418418 sudo PATH=$PATH BDIR=$BDIR GOPATH=$GOPATH critest --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8
419419 TEST_RC=$?
You can’t perform that action at this time.
0 commit comments