Commit 2e3becf9 authored by Max Reitz's avatar Max Reitz Committed by Kevin Wolf
Browse files

iotests/{190,291}: compat=0.10 is unsupported



Fixes: 5d72c68b
Fixes: cf2d1203
Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Message-Id: <20200617104822.27525-6-mreitz@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 73b2b7b5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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 ==="