gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37428 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r37428 - gnunet/src/testbed
Date: Fri, 1 Jul 2016 15:08:07 +0200

Author: harsha
Date: 2016-07-01 15:08:07 +0200 (Fri, 01 Jul 2016)
New Revision: 37428

Modified:
   gnunet/src/testbed/test_testbed_api_template.conf
Log:
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.


Modified: gnunet/src/testbed/test_testbed_api_template.conf
===================================================================
--- gnunet/src/testbed/test_testbed_api_template.conf   2016-06-30 15:05:34 UTC 
(rev 37427)
+++ gnunet/src/testbed/test_testbed_api_template.conf   2016-07-01 13:08:07 UTC 
(rev 37428)
@@ -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 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]