tests: Add info log message for UEFI boot

makes it easier to find in the results log
This commit is contained in:
Aleksandar Todorov 2021-02-11 09:56:08 +02:00 committed by Ondřej Budai
parent af3c572f9a
commit e878752f6e

View file

@ -14,5 +14,6 @@ source /etc/os-release
# RHEL 8.4 images also supports uefi, check that
if [[ "${ID}-${VERSION_ID}" == "rhel-8.4" ]]; then
echo "🐄 Booting qcow2 image in UEFI mode on RHEL"
/usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2 uefi
fi