From cafdd278ba0111ca2472bec35fc2c5a918da68d7 Mon Sep 17 00:00:00 2001 From: Saul Paredes Date: Tue, 21 Apr 2026 10:16:54 -0700 Subject: [PATCH] tests: k8s: policy: improve settings selection for runtime-rs hypervisors "cloud-hypervisor" is also a runtime-rs hypervisor. So we need to include it in the settings selection logic. Signed-off-by: Saul Paredes --- tests/integration/kubernetes/tests_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/kubernetes/tests_common.sh b/tests/integration/kubernetes/tests_common.sh index 1e0804a6c8..418cfb96f6 100644 --- a/tests/integration/kubernetes/tests_common.sh +++ b/tests/integration/kubernetes/tests_common.sh @@ -127,7 +127,7 @@ get_kubelet_data_dir() { } is_runtime_rs() { - [[ "${KATA_HYPERVISOR}" == *-runtime-rs ]] + [[ "${KATA_HYPERVISOR}" == *-runtime-rs || "${KATA_HYPERVISOR}" == "cloud-hypervisor" ]] } # Copy the right combination of drop-ins from drop-in-examples/ into