From ff992e00f2819afc32d6397f0009ef426c5497d7 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 5 Jan 2022 17:29:08 +0100 Subject: [PATCH] tests/libvirt: test uefi on cs9 --- test/cases/libvirt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cases/libvirt.sh b/test/cases/libvirt.sh index a541bf2c1..d68535064 100644 --- a/test/cases/libvirt.sh +++ b/test/cases/libvirt.sh @@ -12,8 +12,8 @@ source /usr/libexec/osbuild-composer-test/set-env-variables.sh /usr/libexec/osbuild-composer-test/libvirt_test.sh openstack -# RHEL 8.4 and Centos Stream 8 images also supports uefi, check that -if [[ "$DISTRO_CODE" == "rhel-84" || "$DISTRO_CODE" == "rhel-85" || "$DISTRO_CODE" == "centos-8" || "$DISTRO_CODE" == "rhel-90" ]]; then +# RHEL 8.4+ and Centos Stream 8+ images also supports uefi, check that +if [[ "$DISTRO_CODE" == "rhel-84" || "$DISTRO_CODE" == "rhel-85" || "$DISTRO_CODE" == "centos-8" || "$DISTRO_CODE" == "rhel-90" || "$DISTRO_CODE" == "centos-9" ]]; then echo "🐄 Booting qcow2 image in UEFI mode on RHEL/Centos Stream" /usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2 uefi fi