summary refs log tree commit diff stats
path: root/tests/qemu-iotests/242
diff options
context:
space:
mode:
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 64f1bd95e4..a16de3085f 100755
--- a/tests/qemu-iotests/242
+++ b/tests/qemu-iotests/242
@@ -24,7 +24,8 @@ import struct
 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'])
+iotests.script_initialize(supported_fmts=['qcow2'],
+                          supported_protocols=['file'])
 
 disk = file_path('disk')
 chunk = 256 * 1024