From 09791098c4d770e65fdc401f5c3ad1a59fc8e3c9 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 1 Jul 2016 13:08:07 +0000 Subject: 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. --- src/testbed/test_testbed_api_template.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 @@ @INLINE@ ../../contrib/no_forcestart.conf @INLINE@ ../../contrib/no_autostart_above_core.conf + [testbed] AUTOSTART = NO PORT = 12113 @@ -19,6 +20,10 @@ ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 FORCESTART = YES +# Transport requires resolver when connecting to a peer, so enable it +[resolver] +AUTOSTART = YES + [ats] WAN_QUOTA_OUT = 3932160 WAN_QUOTA_IN = 3932160 -- cgit v1.2.3