]> git.proxmox.com Git - qemu.git/commitdiff
qemu-iotests: add support for the vdi image format
authorChristoph Hellwig <hch@lst.de>
Mon, 6 Jul 2009 09:48:30 +0000 (11:48 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Feb 2012 15:17:01 +0000 (16:17 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
tests/qemu-iotests/common

index 8b412d3e7f75f42df98c003b360762a2d4aad0db..360b058e35baafef89b2f48e6a6e51993722a755 100644 (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