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:
parent
2070c3206e
commit
a4719c6b3b
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue