[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 7/9] tests/qemu-iotests: Restrict tests that use --image-opts to
From: |
Thomas Huth |
Subject: |
[PATCH 7/9] tests/qemu-iotests: Restrict tests that use --image-opts to the 'file' protocol |
Date: |
Fri, 15 Mar 2024 12:11:06 +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>
---
tests/qemu-iotests/188 | 2 +-
tests/qemu-iotests/189 | 2 +-
tests/qemu-iotests/198 | 2 +-
3 files changed, 3 insertions(+), 3 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
diff --git a/tests/qemu-iotests/189 b/tests/qemu-iotests/189
index 801494c6b9..008f73b07d 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 1c93dea1f7..6ddeffddd2 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
--
2.44.0
- [PATCH 0/9] tests/qemu-iotests: Fix running with "check -ssh -qcow2", Thomas Huth, 2024/03/15
- [PATCH 3/9] tests/qemu-iotests: Restrict test 114 to the 'file' protocol, Thomas Huth, 2024/03/15
- [PATCH 1/9] tests/qemu-iotests: Fix test 033 for running with non-file protocols, Thomas Huth, 2024/03/15
- [PATCH 2/9] tests/qemu-iotests: Restrict test 066 to the 'file' protocol, Thomas Huth, 2024/03/15
- [PATCH 5/9] tests/qemu-iotests: Restrict test 134 and 158 to the 'file' protocol, Thomas Huth, 2024/03/15
- [PATCH 4/9] tests/qemu-iotests: Restrict test 130 to the 'file' protocol, Thomas Huth, 2024/03/15
- [PATCH 6/9] tests/qemu-iotests: Restrict test 156 to the 'file' protocol, Thomas Huth, 2024/03/15
- [PATCH 7/9] tests/qemu-iotests: Restrict tests that use --image-opts to the 'file' protocol,
Thomas Huth <=
- [PATCH 9/9] tests/qemu-iotests: Restrict tests using "--blockdev file" to the file protocol, Thomas Huth, 2024/03/15
- [PATCH 8/9] tests/qemu-iotests: Fix some tests that use --image-opts for other protocols, Thomas Huth, 2024/03/15
- Re: [PATCH 0/9] tests/qemu-iotests: Fix running with "check -ssh -qcow2", Kevin Wolf, 2024/03/18