diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2017-06-23 17:24:04 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-07-11 17:44:55 +0200 |
commit | ebab5636f99eda7034984c27fc30d2c50912bf1c (patch) | |
tree | 9c833fcecd2d258728e363b204c4d4f59bb6a012 /tests/qemu-iotests/042 | |
parent | 6aa837f7bd60903573e0644f503f455454bbf5ae (diff) | |
download | qemu-ebab5636f99eda7034984c27fc30d2c50912bf1c.zip qemu-ebab5636f99eda7034984c27fc30d2c50912bf1c.tar.gz qemu-ebab5636f99eda7034984c27fc30d2c50912bf1c.tar.bz2 |
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>
Diffstat (limited to 'tests/qemu-iotests/042')
-rwxr-xr-x | tests/qemu-iotests/042 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/042 b/tests/qemu-iotests/042 index 351b283..a53e7cb 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 |