summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/290
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy2021-12-23 17:01:44 +0100
committerHanna Reitz2022-02-01 10:51:39 +0100
commite287a351db13f3f6670f4a3f2896f2dde47d07d1 (patch)
treec7999dde254d9e7a3a6fda1597a03ff362bbf4c0 /tests/qemu-iotests/290
parentiotest 214: explicit compression type (diff)
downloadqemu-e287a351db13f3f6670f4a3f2896f2dde47d07d1.tar.gz
qemu-e287a351db13f3f6670f4a3f2896f2dde47d07d1.tar.xz
qemu-e287a351db13f3f6670f4a3f2896f2dde47d07d1.zip
iotests: declare lack of support for compresion_type in IMGOPTS
compression_type can't be used if we want to create image with compat=0.10. So, skip these tests, not many of them. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20211223160144.1097696-20-vsementsov@virtuozzo.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/290')
-rwxr-xr-xtests/qemu-iotests/2902
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/290 b/tests/qemu-iotests/290
index ed80da2685..776b59de1b 100755
--- a/tests/qemu-iotests/290
+++ b/tests/qemu-iotests/290
@@ -41,7 +41,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2
_supported_proto file fuse
_supported_os Linux
-_unsupported_imgopts 'compat=0.10' refcount_bits data_file
+_unsupported_imgopts 'compat=0.10' refcount_bits data_file compression_type
echo
echo "### Test 'qemu-io -c discard' on a QCOW2 image without a backing file"