qemu-iotests: Filter out 'adapter_type'
Filter out vmdk creation option 'adapter_type' for vmdk. So that tests with an explicit './check -o adapter_type=XXX' will not fail. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
2d82148859
commit
86abefd61e
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ _make_test_img()
|
|||
-e "s# static=\\(on\\|off\\)##g" \
|
||||
-e "s# zeroed_grain=\\(on\\|off\\)##g" \
|
||||
-e "s# subformat='[^']*'##g" \
|
||||
-e "s# adapter_type='[^']*'##g" \
|
||||
-e "s# lazy_refcounts=\\(on\\|off\\)##g"
|
||||
|
||||
# Start an NBD server on the image file, which is what we'll be talking to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue