[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/9] tests/qemu-iotests: Restrict test 066 to the 'file' protocol
From: |
Thomas Huth |
Subject: |
[PATCH 2/9] tests/qemu-iotests: Restrict test 066 to the 'file' protocol |
Date: |
Fri, 15 Mar 2024 12:11:01 +0100 |
The hand-crafted json statement in this test only works if the test
is run with the "file" protocol, so mark this test accordingly.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/qemu-iotests/066 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/066 b/tests/qemu-iotests/066
index cf63144cb9..336d8565dd 100755
--- a/tests/qemu-iotests/066
+++ b/tests/qemu-iotests/066
@@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# This tests qcow2-specific low-level functionality
_supported_fmt qcow2
-_supported_proto generic
+_supported_proto file
# We need zero clusters and snapshots
# (TODO: Consider splitting the snapshot part into a separate test
# file, so this one runs with refcount_bits=1 and data_file)
--
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 <=
- [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, 2024/03/15
- [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