mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-08 03:24:15 +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}"
|
export AA_KBC="${AA_KBC:-cc_kbc}"
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
[ "${KATA_HYPERVISOR}" = "qemu-tdx" ] && skip "Test not ready yet for ${KATA_HYPERVISOR}"
|
|
||||||
is_confidential_runtime_class || skip "Test not supported for ${KATA_HYPERVISOR}."
|
is_confidential_runtime_class || skip "Test not supported for ${KATA_HYPERVISOR}."
|
||||||
|
|
||||||
if [ "${KBS}" = "false" ]; then
|
if [ "${KBS}" = "false" ]; then
|
||||||
@ -83,7 +82,6 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
teardown() {
|
teardown() {
|
||||||
[ "${KATA_HYPERVISOR}" = "qemu-tdx" ] && skip "Test not ready yet for ${KATA_HYPERVISOR}"
|
|
||||||
is_confidential_runtime_class || skip "Test not supported for ${KATA_HYPERVISOR}."
|
is_confidential_runtime_class || skip "Test not supported for ${KATA_HYPERVISOR}."
|
||||||
|
|
||||||
if [ "${KBS}" = "false" ]; then
|
if [ "${KBS}" = "false" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user