qemu-iotests: add support for the vdi image format

Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Christoph Hellwig 2009-07-06 11:48:30 +02:00 committed by Kevin Wolf
parent 3778057d60
commit b67f306864

View file

@ -120,6 +120,7 @@ check options
-cow test cow -cow test cow
-qcow test qcow -qcow test qcow
-qcow2 test qcow2 -qcow2 test qcow2
-vdi test vdi
-vpc test vpc -vpc test vpc
-vmdk test vmdk -vmdk test vmdk
-xdiff graphical mode diff -xdiff graphical mode diff
@ -158,6 +159,11 @@ testlist options
xpand=false xpand=false
;; ;;
-vdi)
IMGFMT=vdi
xpand=false
;;
-vmdk) -vmdk)
IMGFMT=vmdk IMGFMT=vmdk
xpand=false xpand=false