From: Chrysostomos Nanakos Date: Tue, 9 Sep 2014 17:38:50 +0000 (+0300) Subject: qemu-iotests: Run 025 for Archipelago block driver X-Git-Tag: qemu-xen-4.6.0-rc1~203^2~9 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=466c80f21fa2a69eb5cff8048b824c4812179b8c;p=qemu-upstream-4.6-testing.git qemu-iotests: Run 025 for Archipelago block driver Run resize grow test to ensure that existing data is not lost during grow and new space is zeroed. Signed-off-by: Chrysostomos Nanakos Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/025 b/tests/qemu-iotests/025 index a5f45b454..467a4b709 100755 --- a/tests/qemu-iotests/025 +++ b/tests/qemu-iotests/025 @@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.pattern _supported_fmt raw qcow2 qed -_supported_proto file sheepdog rbd nfs +_supported_proto file sheepdog rbd nfs archipelago _supported_os Linux echo "=== Creating image"