From 1afe2726632a3344b92757bacdff57df49ef43e1 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Tue, 7 May 2013 19:13:03 +0800 Subject: 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 --- tests/qemu-iotests/042 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/qemu-iotests/042 b/tests/qemu-iotests/042 index c3c3ca8d02..16b2fdbd5e 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 -- cgit v1.2.1