aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-07-06 11:48:30 +0200
committerKevin Wolf <kwolf@redhat.com>2012-02-22 16:17:01 +0100
commitb67f306864969a2d58cc0dd2d88f058763008d9b (patch)
tree13d273239d74706f6a6cda0664a83437c4ea2d05 /tests/qemu-iotests
parent3778057d60834e59166e8df0176042ac8c731c99 (diff)
qemu-iotests: add support for the vdi image format
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests')
-rw-r--r--tests/qemu-iotests/common6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common
index 8b412d3e7..360b058e3 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