Skip to content

Commit 2e3becf

Browse files
XanClickevmw
authored andcommitted
iotests/{190,291}: compat=0.10 is unsupported
Fixes: 5d72c68 Fixes: cf2d120 Signed-off-by: Max Reitz <[email protected]> Message-Id: <[email protected]> Signed-off-by: Kevin Wolf <[email protected]>
1 parent 73b2b7b commit 2e3becf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/qemu-iotests/190

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
4141
# See 178 for more extensive tests across more formats
4242
_supported_fmt qcow2
4343
_supported_proto file
44+
# compat=0.10 does not support bitmaps
45+
_unsupported_imgopts 'compat=0.10'
4446

4547
echo "== Huge file without bitmaps =="
4648
echo

tests/qemu-iotests/291

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ _supported_fmt qcow2
3939
_supported_proto file
4040
_supported_os Linux
4141
_require_command QEMU_NBD
42+
# compat=0.10 does not support bitmaps
43+
_unsupported_imgopts 'compat=0.10'
4244

4345
echo
4446
echo "=== Initial image setup ==="

0 commit comments

Comments
 (0)