]> git.proxmox.com Git - qemu.git/commitdiff
qemu-iotests: exclude vmdk for test 042
authorFam Zheng <famz@redhat.com>
Tue, 7 May 2013 11:13:03 +0000 (19:13 +0800)
committerKevin Wolf <kwolf@redhat.com>
Wed, 8 May 2013 13:28:49 +0000 (15:28 +0200)
Zero sized disk is not supported by qemu vmdk driver, exclude vmdk from
the test script.

As tested on vmware-vdiskmanager and vmware workstation, zero sized disk
is not supported by vmware, either.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/042

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