From: Sree Harsha Totakura Date: Fri, 1 Jul 2016 13:08:07 +0000 (+0000) Subject: Fix broken testbed controllerlink testcase. X-Git-Tag: initial-import-from-subversion-38251~639 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09791098c4d770e65fdc401f5c3ad1a59fc8e3c9;p=oweals%2Fgnunet.git 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. --- 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