projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92eeab5
)
qemu-iotests: add qed support to 025 image resize test
author
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Mon, 16 May 2011 12:59:12 +0000
(13:59 +0100)
committer
Kevin Wolf
<kwolf@redhat.com>
Thu, 23 Feb 2012 09:29:47 +0000
(10:29 +0100)
QED now supports the truncate (aka resize) operation for growing images.
Update test 025 so it runs for QED.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
tests/qemu-iotests/025
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/025
b/tests/qemu-iotests/025
index 691b6da6d594996150fc20c9df554eb8c45759c0..7062aa6f362a01bc4ed673a012b0d404443058f2 100755
(executable)
--- a/
tests/qemu-iotests/025
+++ b/
tests/qemu-iotests/025
@@
-39,7
+39,7
@@
trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter
. ./common.pattern
-_supported_fmt raw qcow2
+_supported_fmt raw qcow2
qed
_supported_proto file sheepdog rbd
_supported_os Linux