diff options
author | Christoph Hellwig <hch@lst.de> | 2009-07-06 11:48:30 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-22 16:17:01 +0100 |
commit | b67f306864969a2d58cc0dd2d88f058763008d9b (patch) | |
tree | 13d273239d74706f6a6cda0664a83437c4ea2d05 /tests/qemu-iotests/common | |
parent | 3778057d60834e59166e8df0176042ac8c731c99 (diff) | |
download | qemu-b67f306864969a2d58cc0dd2d88f058763008d9b.zip |
qemu-iotests: add support for the vdi image format
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/common')
-rw-r--r-- | tests/qemu-iotests/common | 6 |
1 files changed, 6 insertions, 0 deletions
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 |