summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2013-05-07 19:13:04 +0800
committerKevin Wolf <kwolf@redhat.com>2013-05-08 15:28:49 +0200
commitdbcdd7cb04595cc0015f2dba6be751faa63fab00 (patch)
treeae68102b3fd8ed5ea5c64ed194ff9a2cda892ec0
parent1afe2726632a3344b92757bacdff57df49ef43e1 (diff)
downloadqemu-dbcdd7cb04595cc0015f2dba6be751faa63fab00.tar.gz
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>
-rwxr-xr-xtests/qemu-iotests/0432
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/043 b/tests/qemu-iotests/043
index 3ba08dc94e..478773d102 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