projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1afe272
)
qemu-iotests: exclude vmdk and qcow from 043
author
Fam Zheng
<famz@redhat.com>
Tue, 7 May 2013 11:13:04 +0000
(19:13 +0800)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/043
b/tests/qemu-iotests/043
index 3ba08dc94e961e4f7f025fdd651abb954500e0a3..478773d102e7f36b019fe8c8f1ddbc0335fdbaa8 100755
(executable)
--- 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 qcow
2
qed
_supported_proto generic
_supported_os Linux