Skip to content

Commit

Permalink
qemu-iotests: Filter out vmdk creation options
Browse files Browse the repository at this point in the history
Cover new image creation options for vmdk, so we can use '-o
zeroed_grain=XXX' and '-o subformat=XXX' to run the tests successfully.

Signed-off-by: Fam Zheng <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
  • Loading branch information
Fam Zheng authored and stefanhaRH committed May 3, 2013
1 parent cdeaf1f commit 50522d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/qemu-iotests/common.rc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ _make_test_img()
-e "s# compat='[^']*'##g" \
-e "s# compat6=\\(on\\|off\\)##g" \
-e "s# static=\\(on\\|off\\)##g" \
-e "s# zeroed_grain=\\(on\\|off\\)##g" \
-e "s# subformat='[^']*'##g" \
-e "s# lazy_refcounts=\\(on\\|off\\)##g"

# Start an NBD server on the image file, which is what we'll be talking to
Expand Down

0 comments on commit 50522d9

Please sign in to comment.