ci-automation: Allow the arm64 tests to run on qemu_uefi_secure

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2024-11-13 11:48:34 +00:00
parent d8a8704f92
commit 2853c77c66
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137

View File

@ -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}"