From a98f49f46abb2034277633405479a4ab790c381e Mon Sep 17 00:00:00 2001 From: Jeff Cody Date: Tue, 14 Feb 2017 09:51:42 -0500 Subject: qemu-iotests: exclude vxhs from image creation via protocol The protocol VXHS does not support image creation. Some tests expect to be able to create images through the protocol. Exclude VXHS from these tests. Signed-off-by: Jeff Cody --- tests/qemu-iotests/114 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/qemu-iotests/114') diff --git a/tests/qemu-iotests/114 b/tests/qemu-iotests/114 index f110d4f..5b7dc54 100755 --- a/tests/qemu-iotests/114 +++ b/tests/qemu-iotests/114 @@ -39,6 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow2 _supported_proto generic +_unsupported_proto vxhs _supported_os Linux -- cgit v1.1