diff options
| author | Max Reitz <mreitz@redhat.com> | 2018-07-13 21:15:06 +0200 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2018-07-23 16:50:43 +0200 |
| commit | 092b9c408fb22010747f17e2fb19521cfafd45d6 (patch) | |
| tree | 4bc21197c9f64512854ecfe7c103364622cbff5d | |
| parent | d6e4ca902148f33cfaf117396f57c7fff7c635f0 (diff) | |
| download | focaccia-qemu-092b9c408fb22010747f17e2fb19521cfafd45d6.tar.gz focaccia-qemu-092b9c408fb22010747f17e2fb19521cfafd45d6.zip | |
iotests: Disallow compat=0.10 in 223
223 tests persistent dirty bitmaps which are not supported in compat=0.10, so that option is unsupported for this test. Signed-off-by: Max Reitz <mreitz@redhat.com> Tested-by: John Snow <jsnow@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
| -rwxr-xr-x | tests/qemu-iotests/223 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemu-iotests/223 b/tests/qemu-iotests/223 index b63b7a4f9e..8b1859c2dd 100755 --- a/tests/qemu-iotests/223 +++ b/tests/qemu-iotests/223 @@ -40,6 +40,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow2 _supported_proto file # uses NBD as well _supported_os Linux +# Persistent dirty bitmaps require compat=1.1 +_unsupported_imgopts 'compat=0.10' function do_run_qemu() { |