|
@@ -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
|