diff options
author | Max Reitz <mreitz@redhat.com> | 2020-06-17 12:48:22 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-06-17 16:21:21 +0200 |
commit | 2e3becf9d7ca8d07e3587aacd5431e0b5945896e (patch) | |
tree | b0df84f3c5baa9c9593a9341aa65a650751d17fa /tests/qemu-iotests | |
parent | 73b2b7b5cab2d06cf810d7f8c7c4cc918db30e04 (diff) | |
download | qemu-2e3becf9d7ca8d07e3587aacd5431e0b5945896e.zip |
iotests/{190,291}: compat=0.10 is unsupported
Fixes: 5d72c68b49769c927e90b78af6d90f6a384b26ac
Fixes: cf2d1203dcfc2bf964453d83a2302231ce77f2dc
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200617104822.27525-6-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-x | tests/qemu-iotests/190 | 2 | ||||
-rwxr-xr-x | tests/qemu-iotests/291 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/qemu-iotests/190 b/tests/qemu-iotests/190 index fe630918e9..c22d8d64f9 100755 --- a/tests/qemu-iotests/190 +++ b/tests/qemu-iotests/190 @@ -41,6 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 # See 178 for more extensive tests across more formats _supported_fmt qcow2 _supported_proto file +# compat=0.10 does not support bitmaps +_unsupported_imgopts 'compat=0.10' echo "== Huge file without bitmaps ==" echo diff --git a/tests/qemu-iotests/291 b/tests/qemu-iotests/291 index 404f8521f7..28e4fb9b4d 100755 --- a/tests/qemu-iotests/291 +++ b/tests/qemu-iotests/291 @@ -39,6 +39,8 @@ _supported_fmt qcow2 _supported_proto file _supported_os Linux _require_command QEMU_NBD +# compat=0.10 does not support bitmaps +_unsupported_imgopts 'compat=0.10' echo echo "=== Initial image setup ===" |