aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/260
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/260')
-rwxr-xr-xtests/qemu-iotests/2603
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/260 b/tests/qemu-iotests/260
index 2ec64a9..c2133f9 100755
--- a/tests/qemu-iotests/260
+++ b/tests/qemu-iotests/260
@@ -23,7 +23,8 @@ import iotests
from iotests import qemu_img_create, file_path, log, filter_qmp_event
iotests.script_initialize(
- supported_fmts=['qcow2']
+ supported_fmts=['qcow2'],
+ unsupported_imgopts=['compat']
)
base, top = file_path('base', 'top')