]> git.proxmox.com Git - qemu.git/commitdiff
qemu-iotests: add qed support to 025 image resize test
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 16 May 2011 12:59:12 +0000 (13:59 +0100)
committerKevin 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

index 691b6da6d594996150fc20c9df554eb8c45759c0..7062aa6f362a01bc4ed673a012b0d404443058f2 100755 (executable)
@@ -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