From: Thomas Huth Date: Fri, 15 Mar 2024 11:11:05 +0000 (+0100) Subject: tests/qemu-iotests: Restrict test 156 to the 'file' protocol X-Git-Tag: v9.0.0-rc0~6^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7a271bee991ed3db338e1575ba512a1bbe3ef50;p=thirdparty%2Fqemu.git tests/qemu-iotests: Restrict test 156 to the 'file' protocol The test fails completely when you try to use it with a different protocol, e.g. with "./check -ssh -qcow2 156". The test uses some hand-crafted JSON statements which cannot work with other protocols, thus let's change this test to only support the 'file' protocol. Signed-off-by: Thomas Huth Message-ID: <20240315111108.153201-7-thuth@redhat.com> Reviewed-by: Kevin Wolf Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/156 b/tests/qemu-iotests/156 index a9540bd80d2..97c2d86ce57 100755 --- a/tests/qemu-iotests/156 +++ b/tests/qemu-iotests/156 @@ -50,7 +50,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.qemu _supported_fmt qcow2 qed -_supported_proto generic +_supported_proto file # Copying files around with cp does not work with external data files _unsupported_imgopts data_file