From b62ad71c433ffc2d60fb4d331f7ad8a74c992605 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Tue, 21 May 2024 16:47:50 -0300 Subject: [PATCH] tests/k8s: add runtime handler annotation for qemu-coco-dev This will enable the k8s tests to leverage guest pulling when PULL_TYPE=guest-pull for qemu-coco-dev runtimeclass. Signed-off-by: Wainer dos Santos Moschetta --- tests/integration/kubernetes/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/kubernetes/setup.sh b/tests/integration/kubernetes/setup.sh index c47c13f7e..49ea3636b 100755 --- a/tests/integration/kubernetes/setup.sh +++ b/tests/integration/kubernetes/setup.sh @@ -113,7 +113,7 @@ add_runtime_handler_annotations() { fi case "${KATA_HYPERVISOR}" in - qemu-tdx) + qemu-tdx|qemu-coco-dev) info "Add runtime handler annotations for ${KATA_HYPERVISOR}" local handler_value="kata-${KATA_HYPERVISOR}" for K8S_TEST_YAML in runtimeclass_workloads_work/*.yaml