From: Daniel P. Berrange Date: Fri, 23 Jun 2017 16:24:04 +0000 (+0100) Subject: iotests: skip 042 with qcow which dosn't support zero sized images X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ebab5636f99eda7034984c27fc30d2c50912bf1c;p=qemu.git 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 Reviewed-by: Alberto Garcia Signed-off-by: Daniel P. Berrange Message-id: 20170623162419.26068-6-berrange@redhat.com Signed-off-by: Max Reitz --- 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