From a4719c6b3b36cd5557ef69c7a7b0115a2ae28116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 8 Jun 2023 11:13:36 +0200 Subject: [PATCH] test/libvirt.sh: don't test the aliased openstack image on Fedora MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Budai --- test/cases/libvirt.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/cases/libvirt.sh b/test/cases/libvirt.sh index 508d2a9cd..c158ada58 100644 --- a/test/cases/libvirt.sh +++ b/test/cases/libvirt.sh @@ -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