github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/integration/containerd/shimv2/shimv2-tests.sh (about) 1 #/bin/bash 2 # 3 # Copyright (c) 2018 HyperHQ Inc. 4 # 5 # SPDX-License-Identifier: Apache-2.0 6 # 7 # This test will perform several tests to validate kata containers with 8 # shimv2 + containerd + cri 9 10 source /etc/os-release || source /usr/lib/os-release 11 SCRIPT_PATH=$(dirname "$(readlink -f "$0")") 12 13 ${SCRIPT_PATH}/../../../.ci/install_cri_containerd.sh 14 15 export SHIMV2_TEST=true 16 17 echo "========================================" 18 echo " start shimv2 testing" 19 echo "========================================" 20 21 ${SCRIPT_PATH}/../cri/integration-tests.sh