diff options
author | Chrysostomos Nanakos <cnanakos@grnet.gr> | 2014-09-09 20:38:50 +0300 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-09-10 10:41:29 +0200 |
commit | 466c80f21fa2a69eb5cff8048b824c4812179b8c (patch) | |
tree | 3b3b689d32b00ecd400df862c0f5abf45b02191e /tests/qemu-iotests/025 | |
parent | 94c80a438c85f2c19698547fbb115ea46d80c5f1 (diff) | |
download | qemu-466c80f21fa2a69eb5cff8048b824c4812179b8c.zip |
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/025')
-rwxr-xr-x | tests/qemu-iotests/025 | 2 |
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" |