test/libvirt.sh: don't test the aliased openstack image on Fedora

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2023-06-08 11:13:36 +02:00 committed by Achilleas Koutsou
parent 2070c3206e
commit a4719c6b3b

View file

@ -14,6 +14,9 @@ source /usr/libexec/osbuild-composer-test/set-env-variables.sh
# Test the images
/usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2
/usr/libexec/osbuild-composer-test/libvirt_test.sh openstack
# Fedora's openstack image is an alias of qcow2, we don't need to test it separately
if [[ "$ID" != "fedora" ]] ; then
/usr/libexec/osbuild-composer-test/libvirt_test.sh openstack
fi
/usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2 uefi