mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00:00
ci: kbs: tdx: Enable basic attestation tests
Let's stop skipping the CDH tests for TDX, as know we should have an environmemnt where it can run and should pass. :-) Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
cac525059e
commit
fde457589e
@ -15,7 +15,6 @@ export KATA_HYPERVISOR="${KATA_HYPERVISOR:-qemu}"
|
||||
export AA_KBC="${AA_KBC:-cc_kbc}"
|
||||
|
||||
setup() {
|
||||
[ "${KATA_HYPERVISOR}" = "qemu-tdx" ] && skip "Test not ready yet for ${KATA_HYPERVISOR}"
|
||||
is_confidential_runtime_class || skip "Test not supported for ${KATA_HYPERVISOR}."
|
||||
|
||||
if [ "${KBS}" = "false" ]; then
|
||||
@ -83,7 +82,6 @@ setup() {
|
||||
}
|
||||
|
||||
teardown() {
|
||||
[ "${KATA_HYPERVISOR}" = "qemu-tdx" ] && skip "Test not ready yet for ${KATA_HYPERVISOR}"
|
||||
is_confidential_runtime_class || skip "Test not supported for ${KATA_HYPERVISOR}."
|
||||
|
||||
if [ "${KBS}" = "false" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user