diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 8b412d3e7f..360b058e35 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -120,6 +120,7 @@ check options -cow test cow -qcow test qcow -qcow2 test qcow2 + -vdi test vdi -vpc test vpc -vmdk test vmdk -xdiff graphical mode diff @@ -158,6 +159,11 @@ testlist options xpand=false ;; + -vdi) + IMGFMT=vdi + xpand=false + ;; + -vmdk) IMGFMT=vmdk xpand=false