summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-01-10 16:45:10 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-01-10 16:45:41 -0500
commite7761266636df6eed39104798895ed701b00c866 (patch)
tree6dcd5ec0e562f4d4484026960f38d4376d890d20 /tests
parent71aeae7522d43cdfc226936bff96909b5a6cf323 (diff)
Force transport to udp
It's all that Twisted supports
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/sofiatest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/twisted/sofiatest.py b/tests/twisted/sofiatest.py
index 2dec912..38276d2 100644
--- a/tests/twisted/sofiatest.py
+++ b/tests/twisted/sofiatest.py
@@ -58,7 +58,8 @@ def prepare_test(event_func, register_cb, params=None):
'password': 'testpwd',
'proxy-host': '127.0.0.1',
'port': dbus.UInt16(random.randint(9090, 9999)),
- 'local-ip-address': '127.0.0.1'
+ 'local-ip-address': '127.0.0.1',
+ 'transport': 'udp'
}
if params is not None: