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
-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