summary refs log tree commit diff stats
path: root/tests/qemu-iotests/169
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/169')
-rwxr-xr-xtests/qemu-iotests/1693
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/169 b/tests/qemu-iotests/169
index 7e06cc1145..8c204caf20 100755
--- a/tests/qemu-iotests/169
+++ b/tests/qemu-iotests/169
@@ -227,4 +227,5 @@ for cmb in list(itertools.product((True, False), repeat=2)):
                      'do_test_migration_resume_source', *list(cmb))
 
 if __name__ == '__main__':
-    iotests.main(supported_fmts=['qcow2'])
+    iotests.main(supported_fmts=['qcow2'],
+                 supported_protocols=['file'])