From: Stefan Hajnoczi Date: Mon, 16 May 2011 12:59:12 +0000 (+0100) Subject: qemu-iotests: add qed support to 025 image resize test X-Git-Tag: v1.1-rc0~321^2^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25bb8a365a5388fa22a5be5de65534801a3e7315;p=thirdparty%2Fqemu.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 Signed-off-by: Christoph Hellwig --- diff --git a/tests/qemu-iotests/025 b/tests/qemu-iotests/025 index 691b6da6d59..7062aa6f362 100755 --- 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