]> Git Repo - qemu.git/commit
iotests: Replace IMGOPTS= by -o
authorMax Reitz <[email protected]>
Thu, 7 Nov 2019 16:36:57 +0000 (17:36 +0100)
committerMax Reitz <[email protected]>
Mon, 6 Jan 2020 12:43:07 +0000 (13:43 +0100)
commit407fb56a8e10982d6e04b7a73e0c2cea3bed88b9
tree1aaf59deed30a5b09cfec3c48e41446e5bf83e6c
parent1c6d2f2128ba5e6848d078436f4252660b4d2af1
iotests: Replace IMGOPTS= by -o

Tests should not overwrite all user-supplied image options, but only add
to it (which will effectively overwrite conflicting values).  Accomplish
this by passing options to _make_test_img via -o instead of $IMGOPTS.

For some tests, there is no functional change because they already only
appended options to IMGOPTS.  For these, this patch is just a
simplification.

For others, this is a change, so they now heed user-specified $IMGOPTS.
Some of those tests do not work with all image options, though, so we
need to disable them accordingly.

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Maxim Levitsky <[email protected]>
Message-id: 20191107163708[email protected]
Signed-off-by: Max Reitz <[email protected]>
22 files changed:
tests/qemu-iotests/031
tests/qemu-iotests/039
tests/qemu-iotests/059
tests/qemu-iotests/060
tests/qemu-iotests/061
tests/qemu-iotests/079
tests/qemu-iotests/106
tests/qemu-iotests/108
tests/qemu-iotests/112
tests/qemu-iotests/115
tests/qemu-iotests/121
tests/qemu-iotests/125
tests/qemu-iotests/137
tests/qemu-iotests/138
tests/qemu-iotests/175
tests/qemu-iotests/190
tests/qemu-iotests/191
tests/qemu-iotests/220
tests/qemu-iotests/243
tests/qemu-iotests/244
tests/qemu-iotests/250
tests/qemu-iotests/265
This page took 0.03154 seconds and 4 git commands to generate.