summary refs log tree commit diff stats
path: root/tests/qemu-iotests/205
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/205')
-rwxr-xr-xtests/qemu-iotests/2053
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/205 b/tests/qemu-iotests/205
index b8a86c446e..76f6c5fa2b 100755
--- a/tests/qemu-iotests/205
+++ b/tests/qemu-iotests/205
@@ -153,4 +153,5 @@ class TestNbdServerRemove(iotests.QMPTestCase):
 
 
 if __name__ == '__main__':
-    iotests.main(supported_fmts=['generic'])
+    iotests.main(supported_fmts=['raw'],
+                 supported_protocols=['nbd'])