diff options
| author | Stefan Weil | 2009-08-13 18:49:48 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2012-02-22 16:17:02 +0100 |
| commit | 3b5fe6e60c4e2d4b47425ba967a48cd216efd6f8 (patch) | |
| tree | d60e8cfda5c416ab7fb71164254938d899c6ab35 /tests | |
| parent | qemu-iotests: fix expected result for 019 after qemu-io change (diff) | |
| download | qemu-3b5fe6e60c4e2d4b47425ba967a48cd216efd6f8.tar.gz qemu-3b5fe6e60c4e2d4b47425ba967a48cd216efd6f8.tar.xz qemu-3b5fe6e60c4e2d4b47425ba967a48cd216efd6f8.zip | |
qemu-iotests: add support for vdi format "static" option
VDI supports an image option 'static'.
Ignore "static=off" from qemu-img output.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qemu-iotests/common.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index 16cf77dc8c..6ef6b512e3 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -61,8 +61,8 @@ _make_test_img() sed -e "s#$IMGFMT#IMGFMT#g" | \ sed -e "s# encryption=off##g" | \ sed -e "s# cluster_size=0##g" | \ - sed -e "s# compat6=off##g" - + sed -e "s# compat6=off##g" | \ + sed -e "s# static=off##g" } _cleanup_test_img() |
