diff options
author | Thomas Huth <thuth@redhat.com> | 2024-03-15 12:11:06 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2024-03-18 13:31:54 +0100 |
commit | 9677061ef1b7c6bef321feb4dc82eb7e5e024bcd (patch) | |
tree | 39cbff366fc38047add16878c3c81bd9b0e61f92 /tests/qemu-iotests/188 | |
parent | e7a271bee991ed3db338e1575ba512a1bbe3ef50 (diff) |
tests/qemu-iotests: Restrict tests that use --image-opts to the 'file' protocol
These tests 188, 189 and 198 use qemu-io with --image-opts with additional
hard-coded parameters for the file protocol, so they cannot work for other
protocols. Thus we have to limit these tests to the file protocol only.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240315111108.153201-8-thuth@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/188')
-rwxr-xr-x | tests/qemu-iotests/188 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/188 b/tests/qemu-iotests/188 index ce087d1873..2950b1dc31 100755 --- a/tests/qemu-iotests/188 +++ b/tests/qemu-iotests/188 @@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter _supported_fmt qcow2 -_supported_proto generic +_supported_proto file _supported_os Linux _require_working_luks |