aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/132
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/132')
-rwxr-xr-xtests/qemu-iotests/1323
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/132 b/tests/qemu-iotests/132
index f53ef6e391..0f2a106c81 100755
--- a/tests/qemu-iotests/132
+++ b/tests/qemu-iotests/132
@@ -56,4 +56,5 @@ class TestSingleDrive(iotests.QMPTestCase):
'target image does not match source after mirroring')
if __name__ == '__main__':
- iotests.main(supported_fmts=['raw', 'qcow2'])
+ iotests.main(supported_fmts=['raw', 'qcow2'],
+ supported_protocols=['file'])