summary refs log tree commit diff stats
path: root/tests/qemu-iotests/196
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/196')
-rwxr-xr-xtests/qemu-iotests/1963
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/196 b/tests/qemu-iotests/196
index 4116ebc92b..92fe9244f8 100755
--- a/tests/qemu-iotests/196
+++ b/tests/qemu-iotests/196
@@ -63,4 +63,5 @@ class TestInvalidateAutoclear(iotests.QMPTestCase):
             self.assertEqual(f.read(1), b'\x00')
 
 if __name__ == '__main__':
-    iotests.main(supported_fmts=['qcow2'])
+    iotests.main(supported_fmts=['qcow2'],
+                 supported_protocols=['file'])