From 89f1581e541f91fe33ca43d62a1fee9ec9858cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 2 Aug 2024 10:50:44 +0200 Subject: [PATCH] ci: Enable encrypted image tests for TEEs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After experimenting a little bit with those tests, they seem to be passing on all the available TEE machines. With this in mind, let's just enable them for those machines. Signed-off-by: Fabiano FidĂȘncio --- .../kubernetes/k8s-guest-pull-image-encrypted.bats | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/integration/kubernetes/k8s-guest-pull-image-encrypted.bats b/tests/integration/kubernetes/k8s-guest-pull-image-encrypted.bats index 92fee83ef2..722a4d3a30 100644 --- a/tests/integration/kubernetes/k8s-guest-pull-image-encrypted.bats +++ b/tests/integration/kubernetes/k8s-guest-pull-image-encrypted.bats @@ -11,10 +11,6 @@ load "${BATS_TEST_DIRNAME}/confidential_kbs.sh" export KBS="${KBS:-false}" setup() { - if is_confidential_hardware; then - skip "Due to issues related to pull-image integration skip tests for ${KATA_HYPERVISOR}." - fi - if ! is_confidential_runtime_class; then skip "Test not supported for ${KATA_HYPERVISOR}." fi @@ -114,10 +110,6 @@ function create_pod_yaml_with_encrypted_image() { } teardown() { - if is_confidential_hardware; then - skip "Due to issues related to pull-image integration skip tests for ${KATA_HYPERVISOR}." - fi - if ! is_confidential_runtime_class; then skip "Test not supported for ${KATA_HYPERVISOR}." fi