aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/242
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>2021-12-23 17:01:28 +0100
committerHanna Reitz <hreitz@redhat.com>2022-02-01 10:51:39 +0100
commitb30b8077243ea5dc93a540eedfecee3c74b19fa2 (patch)
tree3c9011d5b368f1886252632276aa9dda1fdff133 /tests/qemu-iotests/242
parent7c15400cdd06b7b9b26c86eac1858fb9c0d77c1c (diff)
downloadqemu-b30b8077243ea5dc93a540eedfecee3c74b19fa2.zip
qemu-b30b8077243ea5dc93a540eedfecee3c74b19fa2.tar.gz
qemu-b30b8077243ea5dc93a540eedfecee3c74b19fa2.tar.bz2
iotests: specify some unsupported_imgopts for python iotests
We are going to support IMGOPTS for python iotests. Still some iotests will not work with common IMGOPTS used with bash iotests like specifying refcount_bits and compat qcow2 options. So we should define corresponding unsupported_imgopts for now. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20211223160144.1097696-4-vsementsov@virtuozzo.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/242')
-rwxr-xr-xtests/qemu-iotests/2423
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/242 b/tests/qemu-iotests/242
index a9b2766..96a3015 100755
--- a/tests/qemu-iotests/242
+++ b/tests/qemu-iotests/242
@@ -26,7 +26,8 @@ from iotests import qemu_img_create, qemu_io, qemu_img_pipe, \
file_path, img_info_log, log, filter_qemu_io
iotests.script_initialize(supported_fmts=['qcow2'],
- supported_protocols=['file'])
+ supported_protocols=['file'],
+ unsupported_imgopts=['refcount_bits', 'compat'])
disk = file_path('disk')
chunk = 256 * 1024