diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2017-06-23 17:24:05 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-07-11 17:44:55 +0200 |
commit | 06af39ecf9da95bbd6dd38e86b15dbc042a6e09c (patch) | |
tree | 5767056088ea9aeb34f8eb575557082418911ea7 | |
parent | ebab5636f99eda7034984c27fc30d2c50912bf1c (diff) | |
download | qemu-06af39ecf9da95bbd6dd38e86b15dbc042a6e09c.zip qemu-06af39ecf9da95bbd6dd38e86b15dbc042a6e09c.tar.gz qemu-06af39ecf9da95bbd6dd38e86b15dbc042a6e09c.tar.bz2 |
iotests: skip 048 with qcow which doesn't support resize
Test 048 is designed to verify data preservation during an
image resize. The qcow (v1) format impl has never supported
resize so always fails.
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-7-berrange@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
-rwxr-xr-x | tests/qemu-iotests/048 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/048 b/tests/qemu-iotests/048 index 203c04f..9ed04a0 100755 --- a/tests/qemu-iotests/048 +++ b/tests/qemu-iotests/048 @@ -46,7 +46,7 @@ _compare() . ./common.filter . ./common.pattern -_supported_fmt raw qcow qcow2 qed luks +_supported_fmt raw qcow2 qed luks _supported_proto file _supported_os Linux |