1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-06 23:47:31 +00:00

gha: enable SNP attestation

This removes the code to skip the SNP attestation.

Signed-off-by: Niteesh Dubey <niteesh@us.ibm.com>
This commit is contained in:
Niteesh Dubey 2024-07-09 18:18:17 +00:00
parent 7f71eac6de
commit ff04154fdb

View File

@ -20,9 +20,6 @@ setup() {
if [ "${KBS}" = "false" ]; then
skip "Test skipped as KBS not setup"
fi
if [ "${KATA_HYPERVISOR}" = "qemu-snp" ]; then
skip "Test skipped as SNP attestation not setup"
fi
setup_common
get_pod_config_dir
@ -93,9 +90,6 @@ teardown() {
if [ "${KBS}" = "false" ]; then
skip "Test skipped as KBS not setup"
fi
if [ "${KATA_HYPERVISOR}" = "qemu-snp" ]; then
skip "Test skipped as SNP attestation not setup"
fi
[ -n "${pod_name:-}" ] && kubectl describe "pod/${pod_name}" || true
[ -n "${pod_config_dir:-}" ] && kubectl delete -f "${K8S_TEST_YAML}" || true