qemu-iotests: add qed support to 025 image resize test

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>
This commit is contained in:
Stefan Hajnoczi 2011-05-16 13:59:12 +01:00 committed by Kevin Wolf
parent 92eeab5bf5
commit 25bb8a365a
1 changed files with 1 additions and 1 deletions

View File

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