Skip to content

Commit

Permalink
ci: Add test cases for CoCo image pulling without forked containerd
Browse files Browse the repository at this point in the history
Additional tests are necessary to verify new feature that pulling image without forked containerd in CoCo.
1)image sharing on the host with dm-verity.
2)image pulling in the guest with nydus-snapshotter.

Fixes kata-containers#5763

Depends-on:github.com/kata-containers/kata-containers/pull/7676
Depends-on:github.com/confidential-containers/operator#251

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
  • Loading branch information
ChengyuZhu6 committed Sep 12, 2023
1 parent 74af8f8 commit 7eabd45
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 114 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ cc-containerd:
# Run the Confidential Containers tests for kubernetes.
cc-kubernetes:
bash -f .ci/install_bats.sh
<<<<<<< HEAD
K8S_TEST_UNION="confidential/agent_image.bats confidential/agent_image_encrypted.bats confidential/sealed_secret.bats confidential/image_pulling_with_snapshotter.bats" \
=======
K8S_TEST_UNION="confidential/agent_image.bats confidential/agent_image_encrypted.bats confidential/sealed_secret.bats" confidential/image_pulling_with_snapshotter.bats" \
>>>>>>> 92a99087 (ci: Add test cases for CoCo image pulling without forked containerd)
bash integration/kubernetes/run_kubernetes_tests.sh

# Run the Confidential Containers AMD SEV specific tests.
Expand Down
Loading

0 comments on commit 7eabd45

Please sign in to comment.