Merge pull request #12879 from stevenhorsman/confidential-tests-fixes

Confidential tests fixes
This commit is contained in:
Fabiano Fidêncio
2026-04-20 14:33:02 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ setup() {
}
@test "Test unencrypted confidential container launch success and verify that we are running in a secure enclave." {
[[ " ${SUPPORTED_NON_TEE_HYPERVISORS} " =~ " ${KATA_HYPERVISOR} " ]] && skip "Test not supported for ${KATA_HYPERVISOR}."
# Start the service/deployment/pod
kubectl apply -f "${pod_config_dir}/pod-confidential-unencrypted.yaml"

View File

@@ -35,6 +35,7 @@ else
# by other cases which are using 'alpine' and 'quay.io/prometheus/busybox:latest' image.
# more details https://github.com/kata-containers/kata-containers/issues/8337
K8S_TEST_SMALL_HOST_ATTESTATION_REQUIRED_UNION=( \
"k8s-confidential.bats" \
"k8s-guest-pull-image-encrypted.bats" \
"k8s-guest-pull-image-authenticated.bats" \
"k8s-guest-pull-image-signature.bats" \
@@ -56,7 +57,6 @@ else
K8S_TEST_SMALL_HOST_UNION=( \
"k8s-empty-image.bats" \
"k8s-guest-pull-image.bats" \
"k8s-confidential.bats" \
"k8s-sealed-secret.bats" \
"k8s-attach-handlers.bats" \
"k8s-block-volume.bats" \