summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2017-06-23 17:24:04 +0100
committerMax Reitz <mreitz@redhat.com>2017-07-11 17:44:55 +0200
commitebab5636f99eda7034984c27fc30d2c50912bf1c (patch)
tree9c833fcecd2d258728e363b204c4d4f59bb6a012
parent6aa837f7bd60903573e0644f503f455454bbf5ae (diff)
downloadfocaccia-qemu-ebab5636f99eda7034984c27fc30d2c50912bf1c.tar.gz
focaccia-qemu-ebab5636f99eda7034984c27fc30d2c50912bf1c.zip
iotests: skip 042 with qcow which dosn't support zero sized images
Test 042 is designed to verify operation with zero sized images.
Such images are not supported with qcow (v1), so this test has
always failed.

Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170623162419.26068-6-berrange@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
-rwxr-xr-xtests/qemu-iotests/0422
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/042 b/tests/qemu-iotests/042
index 351b2830a2..a53e7cb757 100755
--- a/tests/qemu-iotests/042
+++ b/tests/qemu-iotests/042
@@ -37,7 +37,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt qcow2 qcow qed
+_supported_fmt qcow2 qed
 _supported_proto file
 _supported_os Linux