test/libvirt: don't test vhd images
VHD images are meant for Azure and we indeed test if they're bootable in test/cases/azure.sh . There's no reason to test them using libvirt anymore so this commit just removes the test. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
aa6665ad01
commit
9029d169d9
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ DISTRO_CODE="${DISTRO_CODE:-${ID}_${VERSION_ID//./}}"
|
|||
#TODO: remove this condition once there is rhel9 support for openstack and vhd image types
|
||||
if [[ "$DISTRO_CODE" != rhel_90 ]]; then
|
||||
/usr/libexec/osbuild-composer-test/libvirt_test.sh openstack
|
||||
/usr/libexec/osbuild-composer-test/libvirt_test.sh vhd
|
||||
fi
|
||||
|
||||
# RHEL 8.4 and Centos Stream 8 images also supports uefi, check that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue