]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/qemu-iotests: Restrict test 066 to the 'file' protocol
authorThomas Huth <thuth@redhat.com>
Fri, 15 Mar 2024 11:11:01 +0000 (12:11 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 Mar 2024 12:31:54 +0000 (13:31 +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>
Message-ID: <20240315111108.153201-3-thuth@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/066

index cf63144cb94aae44c396a3dfd8e1954525e71f38..336d8565ddf50ddbe77dc5af78b98e05d83fe2e4 100755 (executable)
@@ -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)