Merge pull request #4695 from crosbymichael/cri-class

[cri] Add CNI conf based on runtime class
This commit is contained in:
Derek McGowan
2021-10-08 09:27:49 -07:00
committed by GitHub
12 changed files with 187 additions and 63 deletions

View File

@@ -46,4 +46,9 @@ ${sudo} bin/cri-integration.test --test.run="${FOCUS}" --test.v \
--containerd-bin="${CONTAINERD_BIN}" \
--image-list="${TEST_IMAGE_LIST:-}" && test_exit_code=$? || test_exit_code=$?
test_teardown
test $test_exit_code -ne 0 && \
cat "$REPORT_DIR/containerd.log"
exit ${test_exit_code}