iotests: Do not needlessly filter _make_test_img
commitf96e59da1ff5b5bf55a1dc6c442cb34a941cff12
authorMax Reitz <mreitz@redhat.com>
Tue, 27 Oct 2020 19:05:47 +0000 (27 20:05 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Dec 2020 16:52:40 +0000 (11 17:52 +0100)
tree5adc5b9ddaa2f1363d330a02008884f813ea0c11
parentdf4ea7091b744c8568e8bd9212a756ac504c43d4
iotests: Do not needlessly filter _make_test_img

In most cases, _make_test_img does not need a _filter_imgfmt on top.  It
does that by itself.

(The exception is when IMGFMT has been overwritten but TEST_IMG has not.
In such cases, we do need a _filter_imgfmt on top to filter the test's
original IMGFMT from TEST_IMG.)

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20201027190600.192171-8-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/161
tests/qemu-iotests/175
tests/qemu-iotests/249