test/libvirt: remove dead code
We don't test vmdk images in libvirt. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
3bf04d12f8
commit
bb60905309
1 changed files with 0 additions and 6 deletions
|
|
@ -20,12 +20,6 @@ if [[ $IMAGE_TYPE == 'openstack' ]]; then
|
|||
IMAGE_EXTENSION=qcow2
|
||||
fi
|
||||
|
||||
# RHEL 8 cannot boot a VMDK using libvirt. See BZ 999789.
|
||||
if [[ $IMAGE_TYPE == vmdk ]]; then
|
||||
echo "🤷 libvirt cannot boot stream-optimized VMDK."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Colorful output.
|
||||
function greenprint {
|
||||
echo -e "\033[1;32m${1}\033[0m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue