tests/qemu-iotests: Restrict tests that use --image-opts to the 'file' protocol
authorThomas Huth <thuth@redhat.com>
Fri, 15 Mar 2024 11:11:06 +0000 (12:11 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 Mar 2024 12:31:54 +0000 (13:31 +0100)
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>
tests/qemu-iotests/188
tests/qemu-iotests/189
tests/qemu-iotests/198

index ce087d18739f142ead492402e0a1de4089fab050..2950b1dc31fe0a2d4e792fc9c2b792a6d407d42d 100755 (executable)
@@ -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
 
index 801494c6b973cfb911ffab82fd792f40a3572b21..008f73b07d08fd2b307dae975fdbabcec6a80066 100755 (executable)
@@ -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
 
index 1c93dea1f739f8d0e1e4004d8ac8936e82eab4f9..6ddeffddd2c4e08fff1c7fbe658514f5eb5afc9f 100755 (executable)
@@ -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