aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/017
diff options
context:
space:
mode:
authorJeff Cody <jcody@redhat.com>2017-02-14 09:51:42 -0500
committerJeff Cody <jcody@redhat.com>2017-04-24 15:09:33 -0400
commita98f49f46abb2034277633405479a4ab790c381e (patch)
tree78524f6eac9527f93cce1bc08a98e2933d90b94c /tests/qemu-iotests/017
parentae0c0a3decabba6b710d8e6902d43495f7490de2 (diff)
downloadqemu-a98f49f46abb2034277633405479a4ab790c381e.zip
qemu-a98f49f46abb2034277633405479a4ab790c381e.tar.gz
qemu-a98f49f46abb2034277633405479a4ab790c381e.tar.bz2
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 <jcody@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/017')
-rwxr-xr-xtests/qemu-iotests/0171
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/017 b/tests/qemu-iotests/017
index e3f9e75..4f9302d 100755
--- a/tests/qemu-iotests/017
+++ b/tests/qemu-iotests/017
@@ -41,6 +41,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# Any format supporting backing files
_supported_fmt qcow qcow2 vmdk qed
_supported_proto generic
+_unsupported_proto vxhs
_supported_os Linux
_unsupported_imgopts "subformat=monolithicFlat" "subformat=twoGbMaxExtentFlat"