]> git.proxmox.com Git - mirror_qemu.git/commitdiff
iotests: skip 042 with qcow which dosn't support zero sized images
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 23 Jun 2017 16:24:04 +0000 (17:24 +0100)
committerMax Reitz <mreitz@redhat.com>
Tue, 11 Jul 2017 15:44:55 +0000 (17:44 +0200)
Test 042 is designed to verify operation with zero sized images.
Such images are not supported with qcow (v1), so this test has
always failed.

Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170623162419.26068-6-berrange@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/042

index 351b2830a2974e09ea25c3b7e34cd91ae5afe044..a53e7cb7578a3308c8f13b970f3cac864b870983 100755 (executable)
@@ -37,7 +37,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt qcow2 qcow qed
+_supported_fmt qcow2 qed
 _supported_proto file
 _supported_os Linux