]> git.proxmox.com Git - qemu.git/commitdiff
qemu-iotests: exclude vmdk and qcow from 043
authorFam Zheng <famz@redhat.com>
Tue, 7 May 2013 11:13:04 +0000 (19:13 +0800)
committerKevin Wolf <kwolf@redhat.com>
Wed, 8 May 2013 13:28:49 +0000 (15:28 +0200)
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 <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/043

index 3ba08dc94e961e4f7f025fdd651abb954500e0a3..478773d102e7f36b019fe8c8f1ddbc0335fdbaa8 100755 (executable)
@@ -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