mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-29 12:54:10 +00:00
Merge pull request #10124 from fidencio/topic/ci-enable-encrypted-image-tests-for-tees
ci: Enable encrypted image tests for TEEs
This commit is contained in:
commit
3b2173c87a
@ -11,10 +11,6 @@ load "${BATS_TEST_DIRNAME}/confidential_kbs.sh"
|
|||||||
export KBS="${KBS:-false}"
|
export KBS="${KBS:-false}"
|
||||||
|
|
||||||
setup() {
|
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
|
if ! is_confidential_runtime_class; then
|
||||||
skip "Test not supported for ${KATA_HYPERVISOR}."
|
skip "Test not supported for ${KATA_HYPERVISOR}."
|
||||||
fi
|
fi
|
||||||
@ -114,10 +110,6 @@ function create_pod_yaml_with_encrypted_image() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
teardown() {
|
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
|
if ! is_confidential_runtime_class; then
|
||||||
skip "Test not supported for ${KATA_HYPERVISOR}."
|
skip "Test not supported for ${KATA_HYPERVISOR}."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user