]> git.proxmox.com Git - mirror_qemu.git/commitdiff
iotests: Disable 126 for flat vmdk subformats
authorMax Reitz <mreitz@redhat.com>
Thu, 15 Aug 2019 15:36:38 +0000 (17:36 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 3 Sep 2019 12:55:35 +0000 (14:55 +0200)
iotest 126 requires backing file support, which flat vmdks cannot offer.
Skip this test for such subformats.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190815153638.4600-8-mreitz@redhat.com
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/126

index 9b0dcf9255d990d3f8186c4af1a44e7652dba601..b7fce1e59dd3cc3c7f1cec83a3ea51ed61ad9d7d 100755 (executable)
@@ -33,6 +33,8 @@ status=1      # failure is the default!
 
 # Needs backing file support
 _supported_fmt qcow qcow2 qed vmdk
+_unsupported_imgopts "subformat=monolithicFlat" \
+                     "subformat=twoGbMaxExtentFlat"
 # This is the default protocol (and we want to test the difference between
 # colons which separate a protocol prefix from the rest and colons which are
 # just part of the filename, so we cannot test protocols which require a prefix)