iotests/197: Fix for non-qcow2 formats
authorMax Reitz <mreitz@redhat.com>
Tue, 28 Jul 2020 13:11:34 +0000 (15:11 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 28 Jul 2020 13:28:56 +0000 (15:28 +0200)
commitafac471b71da92d91cc56fb64c0719b8a4a2d96b
tree6bd36992d9a0623a886a84876282476455c2e18a
parentae159450e161b3e1e2c5b815d19632abbbbcd1a1
iotests/197: Fix for non-qcow2 formats

While 197 is very much a qcow2 test, and it looks like the partial
cluster case at the end (introduced in b0ddcbbb36a66a6) is specifically
a qcow2 case, the whole test scripts actually marks itself to work with
generic formats (and generic protocols, even).

Said partial cluster case happened to work with non-qcow2 formats as
well (mostly by accident), but 1855536256 broke that, because it sets
the compat option, which does not work for non-qcow2 formats.

So go the whole way and force IMGFMT=qcow2 and IMGPROTO=file, as done in
other places in this test.

Fixes: 1855536256eb0a5708b04b85f744de69559ea323
       ("iotests/197: Fix for compat=0.10")
Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200728131134.902519-1-mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
tests/qemu-iotests/197
tests/qemu-iotests/197.out