iotests: Replace IMGOPTS= by -o
commit407fb56a8e10982d6e04b7a73e0c2cea3bed88b9
authorMax Reitz <mreitz@redhat.com>
Thu, 7 Nov 2019 16:36:57 +0000 (7 17:36 +0100)
committerMax Reitz <mreitz@redhat.com>
Mon, 6 Jan 2020 12:43:07 +0000 (6 13:43 +0100)
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 <mreitz@redhat.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-id: 20191107163708.833192-12-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
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