tests/qemu-iotests: Restrict test 156 to the 'file' protocol
commite7a271bee991ed3db338e1575ba512a1bbe3ef50
authorThomas Huth <thuth@redhat.com>
Fri, 15 Mar 2024 11:11:05 +0000 (15 12:11 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 Mar 2024 12:31:54 +0000 (18 13:31 +0100)
treef1a89c1cbbc6f1b149d869660e126e714ce7f4f0
parent9e39544465dce44467cc33114d4e1d43316f559d
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 <thuth@redhat.com>
Message-ID: <20240315111108.153201-7-thuth@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/156