From: Thomas Huth Date: Fri, 15 Mar 2024 11:11:06 +0000 (+0100) Subject: tests/qemu-iotests: Restrict tests that use --image-opts to the 'file' protocol X-Git-Tag: v9.0.0-rc0~6^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9677061ef1b7c6bef321feb4dc82eb7e5e024bcd;p=thirdparty%2Fqemu.git 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 Message-ID: <20240315111108.153201-8-thuth@redhat.com> Reviewed-by: Kevin Wolf Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/188 b/tests/qemu-iotests/188 index ce087d18739..2950b1dc31f 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 diff --git a/tests/qemu-iotests/189 b/tests/qemu-iotests/189 index 801494c6b97..008f73b07d0 100755 --- a/tests/qemu-iotests/189 +++ b/tests/qemu-iotests/189 @@ -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 diff --git a/tests/qemu-iotests/198 b/tests/qemu-iotests/198 index 1c93dea1f73..6ddeffddd2c 100755 --- a/tests/qemu-iotests/198 +++ b/tests/qemu-iotests/198 @@ -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