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 <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
master
Fam Zheng 2013-05-07 19:13:04 +08:00 committed by Kevin Wolf
parent 1afe272663
commit dbcdd7cb04
1 changed files with 1 additions and 1 deletions

View File

@ -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