mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +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:
parent
7f71eac6de
commit
ff04154fdb
@ -20,9 +20,6 @@ setup() {
|
|||||||
if [ "${KBS}" = "false" ]; then
|
if [ "${KBS}" = "false" ]; then
|
||||||
skip "Test skipped as KBS not setup"
|
skip "Test skipped as KBS not setup"
|
||||||
fi
|
fi
|
||||||
if [ "${KATA_HYPERVISOR}" = "qemu-snp" ]; then
|
|
||||||
skip "Test skipped as SNP attestation not setup"
|
|
||||||
fi
|
|
||||||
|
|
||||||
setup_common
|
setup_common
|
||||||
get_pod_config_dir
|
get_pod_config_dir
|
||||||
@ -93,9 +90,6 @@ teardown() {
|
|||||||
if [ "${KBS}" = "false" ]; then
|
if [ "${KBS}" = "false" ]; then
|
||||||
skip "Test skipped as KBS not setup"
|
skip "Test skipped as KBS not setup"
|
||||||
fi
|
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_name:-}" ] && kubectl describe "pod/${pod_name}" || true
|
||||||
[ -n "${pod_config_dir:-}" ] && kubectl delete -f "${K8S_TEST_YAML}" || true
|
[ -n "${pod_config_dir:-}" ] && kubectl delete -f "${K8S_TEST_YAML}" || true
|
||||||
|
Loading…
Reference in New Issue
Block a user