aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/188
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-03-15 12:11:06 +0100
committerKevin Wolf <kwolf@redhat.com>2024-03-18 13:31:54 +0100
commit9677061ef1b7c6bef321feb4dc82eb7e5e024bcd (patch)
tree39cbff366fc38047add16878c3c81bd9b0e61f92 /tests/qemu-iotests/188
parente7a271bee991ed3db338e1575ba512a1bbe3ef50 (diff)
downloadqemu-9677061ef1b7c6bef321feb4dc82eb7e5e024bcd.zip
qemu-9677061ef1b7c6bef321feb4dc82eb7e5e024bcd.tar.gz
qemu-9677061ef1b7c6bef321feb4dc82eb7e5e024bcd.tar.bz2
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-xtests/qemu-iotests/1882
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/188 b/tests/qemu-iotests/188
index ce087d1..2950b1d 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