From: Fam Zheng Date: Tue, 7 May 2013 11:13:03 +0000 (+0800) Subject: qemu-iotests: exclude vmdk for test 042 X-Git-Tag: v1.5.0-rc1~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1afe2726632a3344b92757bacdff57df49ef43e1;p=thirdparty%2Fqemu.git qemu-iotests: exclude vmdk for test 042 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 Reviewed-by: Jeff Cody Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/042 b/tests/qemu-iotests/042 index c3c3ca8d021..16b2fdbd5ee 100755 --- a/tests/qemu-iotests/042 +++ b/tests/qemu-iotests/042 @@ -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