From 2853c77c664d4eb1bb9e0b814bfbd2a5cc6fcbef Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 13 Nov 2024 11:48:34 +0000 Subject: [PATCH] ci-automation: Allow the arm64 tests to run on qemu_uefi_secure Signed-off-by: James Le Cuirot --- ci-automation/vendor-testing/qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/vendor-testing/qemu.sh b/ci-automation/vendor-testing/qemu.sh index 03baf40995..c0cd25f8d8 100755 --- a/ci-automation/vendor-testing/qemu.sh +++ b/ci-automation/vendor-testing/qemu.sh @@ -14,7 +14,7 @@ SECUREBOOT="" ovmf_vars="" # ARM64 qemu tests only supported on UEFI -if [ "${CIA_ARCH}" = "arm64" ] && [ "${CIA_TESTSCRIPT}" != "qemu_uefi.sh" ] ; then +if [[ ${CIA_ARCH} == arm64 && ${CIA_TESTSCRIPT} != qemu_uefi*.sh ]] ; then echo "1..1" > "${CIA_TAPFILE}" echo "not ok - all qemu tests" >> "${CIA_TAPFILE}" echo " ---" >> "${CIA_TAPFILE}"