mirror of https://github.com/xemu-project/xemu.git
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:
parent
92eeab5bf5
commit
25bb8a365a
|
@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||||
. ./common.filter
|
. ./common.filter
|
||||||
. ./common.pattern
|
. ./common.pattern
|
||||||
|
|
||||||
_supported_fmt raw qcow2
|
_supported_fmt raw qcow2 qed
|
||||||
_supported_proto file sheepdog rbd
|
_supported_proto file sheepdog rbd
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue