Skip to content

Commit

Permalink
tests: confidential_common: Remove unneeded ensure_yq call
Browse files Browse the repository at this point in the history
This test is called from `tests/integration/run_kuberentes_tests.sh`,
which already ensures that yq is installed.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed May 15, 2024
1 parent 30757e7 commit 3dd6057
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/kubernetes/confidential_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function check_hypervisor_for_confidential_tests_tee_only() {

# Common check for confidential tests.
function is_confidential_runtime_class() {
ensure_yq
if check_hypervisor_for_confidential_tests "${KATA_HYPERVISOR}"; then
return 0
fi
Expand Down

0 comments on commit 3dd6057

Please sign in to comment.