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