aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2016-07-01 13:08:07 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2016-07-01 13:08:07 +0000
commit09791098c4d770e65fdc401f5c3ad1a59fc8e3c9 (patch)
tree54325b3762b0674f681a983e2c3a8fc4415e3868 /src
parentec5c015f1369f9b6b65c388d51bd282ea06bfdb6 (diff)
downloadgnunet-09791098c4d770e65fdc401f5c3ad1a59fc8e3c9.tar.gz
gnunet-09791098c4d770e65fdc401f5c3ad1a59fc8e3c9.zip
Fix broken testbed controllerlink testcase.
The test's configuration does not enable autostarting resolver service and it is required for peers to be able to connect with each other, which is what the testcase tries to do.
Diffstat (limited to 'src')
-rw-r--r--src/testbed/test_testbed_api_template.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
index 35317fd1c..48926389b 100644
--- a/src/testbed/test_testbed_api_template.conf
+++ b/src/testbed/test_testbed_api_template.conf
@@ -1,5 +1,6 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf 2@INLINE@ ../../contrib/no_autostart_above_core.conf
3
3[testbed] 4[testbed]
4AUTOSTART = NO 5AUTOSTART = NO
5PORT = 12113 6PORT = 12113
@@ -19,6 +20,10 @@ ACCEPT_FROM = 127.0.0.1;
19NEIGHBOUR_LIMIT = 50 20NEIGHBOUR_LIMIT = 50
20FORCESTART = YES 21FORCESTART = YES
21 22
23# Transport requires resolver when connecting to a peer, so enable it
24[resolver]
25AUTOSTART = YES
26
22[ats] 27[ats]
23WAN_QUOTA_OUT = 3932160 28WAN_QUOTA_OUT = 3932160
24WAN_QUOTA_IN = 3932160 29WAN_QUOTA_IN = 3932160