From dc2458fc23bfc5b93054b4ae6880f927aa2097cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 15 Jul 2021 11:01:08 +0200 Subject: [PATCH] test/libvirt: run the uefi test also for 8.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Budai --- test/cases/libvirt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cases/libvirt.sh b/test/cases/libvirt.sh index 79291ccc7..06f6acca6 100644 --- a/test/cases/libvirt.sh +++ b/test/cases/libvirt.sh @@ -17,7 +17,7 @@ if [[ "$DISTRO_CODE" != rhel_90 ]]; then fi # RHEL 8.4 and Centos Stream 8 images also supports uefi, check that -if [[ "$DISTRO_CODE" == "rhel_84" || "$DISTRO_CODE" == "centos_8" ]]; then +if [[ "$DISTRO_CODE" == "rhel_84" || "$DISTRO_CODE" == "rhel_85" || "$DISTRO_CODE" == "centos_8" ]]; then echo "🐄 Booting qcow2 image in UEFI mode on RHEL/Centos Stream" /usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2 uefi fi