summary refs log tree commit diff stats
path: root/tests/qemu-iotests/096
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/096')
-rwxr-xr-xtests/qemu-iotests/0963
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/096 b/tests/qemu-iotests/096
index a69439602d..ab9cb47822 100755
--- a/tests/qemu-iotests/096
+++ b/tests/qemu-iotests/096
@@ -67,4 +67,5 @@ class TestLiveSnapshot(iotests.QMPTestCase):
         self.checkConfig('target')
 
 if __name__ == '__main__':
-    iotests.main(supported_fmts=['qcow2'])
+    iotests.main(supported_fmts=['qcow2'],
+                 supported_protocols=['file'])