test/cases/libvirt.sh: enable uefi tests everywhere
All our images already support UEFI, let's simplify the code. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
3fb55413dc
commit
385dc4254e
1 changed files with 1 additions and 5 deletions
|
|
@ -16,8 +16,4 @@ 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 [[ "$ID" == "rhel" || "$ID" == "centos" ]] ; then
|
||||
echo "🐄 Booting qcow2 image in UEFI mode on RHEL/Centos Stream"
|
||||
/usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2 uefi
|
||||
fi
|
||||
/usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2 uefi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue