diff options
author | Claudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-08-04 18:19:43 +0000 |
---|---|---|
committer | Claudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-08-04 18:19:43 +0000 |
commit | b15362b6534debb8098d797cf4a847599b03228d (patch) | |
tree | f7891f1220509aa7fba9396d9e3aeeaa9477da90 /src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf | |
parent | 7725cd78de93ce9eefe51c2fa52ce1bd1b0ce636 (diff) |
Extending the testcases to use bluetooth
Diffstat (limited to 'src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf')
-rw-r--r-- | src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf b/src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf new file mode 100644 index 000000000..f5941fdae --- /dev/null +++ b/src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf @@ -0,0 +1,29 @@ +@INLINE@ template_cfg_peer2.conf +[PATHS] +SERVICEHOME = /tmp/test-transport/api-bluetooth-p2/ + +[transport-bluetooth] +INTERFACE = hci1 +TESTMODE = 2 + +[arm] +PORT = 12174 +UNIXPATH = /tmp/gnunet-p2-service-arm.sock + +[statistics] +PORT = 12173 +UNIXPATH = /tmp/gnunet-p2-service-statistics.sock + +[resolver] +PORT = 12172 +UNIXPATH = /tmp/gnunet-p2-service-resolver.sock + +[peerinfo] +PORT = 12171 +UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock + +[transport] +PORT = 12170 +PLUGINS = bluetooth +UNIXPATH = /tmp/gnunet-p2-service-transport.sock + |