From: Fam Zheng Date: Tue, 7 May 2013 11:13:04 +0000 (+0800) Subject: qemu-iotests: exclude vmdk and qcow from 043 X-Git-Tag: qemu-xen-4.4.0-rc1~6^2~432^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dbcdd7cb04595cc0015f2dba6be751faa63fab00;p=qemu-upstream-4.5-testing.git qemu-iotests: exclude vmdk and qcow from 043 043 tests recursive backing file by changing backing file. VMDK has not implemented this yet, and qcow1 probably never will. Signed-off-by: Fam Zheng Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/043 b/tests/qemu-iotests/043 index 3ba08dc94..478773d10 100755 --- a/tests/qemu-iotests/043 +++ b/tests/qemu-iotests/043 @@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter # Any format supporting backing files -_supported_fmt qcow qcow2 vmdk qed +_supported_fmt qcow2 qed _supported_proto generic _supported_os Linux