From bce3f04e8f13f121e460f1e1d89382fae337477d Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Tue, 12 Dec 2023 11:32:50 +0100 Subject: [PATCH 1/2] config: Revert "config: Remove kata-qemu-se" This reverts commit bfba38f90a1cfe35de6053e6cebf1ec0d8ee2b1f. Fixes: #300 Signed-off-by: Hyounggyu Choi --- config/samples/ccruntime/s390x/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/samples/ccruntime/s390x/kustomization.yaml b/config/samples/ccruntime/s390x/kustomization.yaml index c2c1257b..7583b667 100644 --- a/config/samples/ccruntime/s390x/kustomization.yaml +++ b/config/samples/ccruntime/s390x/kustomization.yaml @@ -18,6 +18,8 @@ patches: value: - name: "kata-qemu" snapshotter: "nydus" + - name: "kata-qemu-se" + snapshotter: "nydus" - op: add path: /spec/config/defaultRuntimeClassName value: "kata-qemu" From 1925ee5c65ca4bfd373556cc585eb8c1c6f86f49 Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Tue, 12 Dec 2023 12:03:23 +0100 Subject: [PATCH 2/2] Revert "tests/e2e: Remove kata-qemu-se runtime class" This reverts commit 63fa8b02e386188bf3cbe78af41c8bdf57e1a8f2. Signed-off-by: Hyounggyu Choi --- tests/e2e/tests_runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/tests_runner.sh b/tests/e2e/tests_runner.sh index 74612f17..034a7a4f 100755 --- a/tests/e2e/tests_runner.sh +++ b/tests/e2e/tests_runner.sh @@ -44,7 +44,7 @@ main() { # Run tests. case $runtimeclass in - kata-qemu|kata-clh|kata-qemu-tdx|kata-qemu-sev|kata-qemu-snp) + kata-qemu|kata-clh|kata-qemu-se|kata-qemu-tdx|kata-qemu-sev|kata-qemu-snp) echo "INFO: Running operator tests for $runtimeclass" bats "${script_dir}/operator_tests.bats" ;;