summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
diff options
context:
space:
mode:
authorChrysostomos Nanakos <cnanakos@grnet.gr>2014-09-09 20:38:50 +0300
committerKevin Wolf <kwolf@redhat.com>2014-09-10 10:41:29 +0200
commit466c80f21fa2a69eb5cff8048b824c4812179b8c (patch)
tree3b3b689d32b00ecd400df862c0f5abf45b02191e /tests/qemu-iotests
parent94c80a438c85f2c19698547fbb115ea46d80c5f1 (diff)
downloadqemu-466c80f21fa2a69eb5cff8048b824c4812179b8c.tar.gz
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 <cnanakos@grnet.gr> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-xtests/qemu-iotests/0252
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/025 b/tests/qemu-iotests/025
index a5f45b454c..467a4b7090 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"