test/libvirt: run the uefi test also for 8.5
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
985dbcfeec
commit
dc2458fc23
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue