gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34662 - in gnunet: contrib src/gns src/hostlist src/regex


From: gnunet
Subject: [GNUnet-SVN] r34662 - in gnunet: contrib src/gns src/hostlist src/regex
Date: Tue, 16 Dec 2014 22:14:39 +0100

Author: grothoff
Date: 2014-12-16 22:14:39 +0100 (Tue, 16 Dec 2014)
New Revision: 34662

Added:
   gnunet/contrib/no_autostart_above_core.conf
Modified:
   gnunet/contrib/Makefile.am
   gnunet/src/gns/test_gns_defaults.conf
   gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
   gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
   gnunet/src/hostlist/test_hostlist_defaults.conf
   gnunet/src/hostlist/test_learning_adv_peer.conf
   gnunet/src/hostlist/test_learning_learn_peer.conf
   gnunet/src/hostlist/test_learning_learn_peer2.conf
   gnunet/src/regex/test_regex_api_data.conf
Log:
-adding single file for testing without autostarts above core level

Modified: gnunet/contrib/Makefile.am
===================================================================
--- gnunet/contrib/Makefile.am  2014-12-16 20:57:09 UTC (rev 34661)
+++ gnunet/contrib/Makefile.am  2014-12-16 21:14:39 UTC (rev 34662)
@@ -45,6 +45,7 @@
 
 EXTRA_DIST = \
  no_forcestart.conf \
+ no_autostart_above_core.conf \
  coverage.sh \
  report.sh \
  terminate.py.in \

Added: gnunet/contrib/no_autostart_above_core.conf
===================================================================
--- gnunet/contrib/no_autostart_above_core.conf                         (rev 0)
+++ gnunet/contrib/no_autostart_above_core.conf 2014-12-16 21:14:39 UTC (rev 
34662)
@@ -0,0 +1,71 @@
+# Configuration to disable autostarting of
+# all services above the 'core' level.
+# (including resolver)
+
+[dns]
+AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+[cadet]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[fs]
+AUTOSTART = NO
+
+[dv]
+AUTOSTART = NO
+
+[vpn]
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
+[namecache]
+AUTOSTART = NO
+
+[identity]
+AUTOSTART = NO
+
+[revocation]
+AUTOSTART = NO
+
+[conversation]
+AUTOSTART = NO
+
+[peerstore]
+AUTOSTART = NO
+
+[psycstore]
+AUTOSTART = NO
+
+[gns]
+AUTOSTART = NO
+
+[regex]
+AUTOSTART = NO
+
+[set]
+AUTOSTART = NO
+
+[scalarproduct-bob]
+AUTOSTART = NO
+
+[scalarproduct-alice]
+AUTOSTART = NO
+
+

Modified: gnunet/src/gns/test_gns_defaults.conf
===================================================================
--- gnunet/src/gns/test_gns_defaults.conf       2014-12-16 20:57:09 UTC (rev 
34661)
+++ gnunet/src/gns/test_gns_defaults.conf       2014-12-16 21:14:39 UTC (rev 
34662)
@@ -1,3 +1,6 @@
address@hidden@ ../../contrib/no_forcestart.conf
address@hidden@ ../../contrib/no_autostart_above_core.conf
+
 [PATHS]
 GNUNET_TEST_HOME = /tmp/test-gnunet-gns-testing/
 
@@ -20,26 +23,3 @@
 [transport-tcp]
 BINDTO = 127.0.0.1
 
-[dns]
-AUTOSTART = NO
-
-[nse]
-AUTOSTART = NO
-
-[cadet]
-AUTOSTART = NO
-
-[datastore]
-AUTOSTART = NO
-
-[fs]
-AUTOSTART = NO
-
-[dv]
-AUTOSTART = NO
-
-[vpn]
-AUTOSTART = NO
-
-[consensus]
-AUTOSTART = NO

Modified: gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
===================================================================
--- gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf  2014-12-16 
20:57:09 UTC (rev 34661)
+++ gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf  2014-12-16 
21:14:39 UTC (rev 34662)
@@ -34,6 +34,7 @@
 HOSTLISTFILE = hostlists_peer1.file
 OPTIONS = -b -p
 SERVERS = http://localhost:12981/
+FORCESTART = YES
 
 [ats]
 PORT = 12971

Modified: gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
===================================================================
--- gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf  2014-12-16 
20:57:09 UTC (rev 34661)
+++ gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf  2014-12-16 
21:14:39 UTC (rev 34662)
@@ -34,6 +34,7 @@
 HOSTLISTFILE = hostlists_peer2.file
 OPTIONS = -b -p
 SERVERS = http://localhost:12980/
+FORCESTART = YES
 
 [ats]
 PORT = 22971

Modified: gnunet/src/hostlist/test_hostlist_defaults.conf
===================================================================
--- gnunet/src/hostlist/test_hostlist_defaults.conf     2014-12-16 20:57:09 UTC 
(rev 34661)
+++ gnunet/src/hostlist/test_hostlist_defaults.conf     2014-12-16 21:14:39 UTC 
(rev 34662)
@@ -1,4 +1,5 @@
 @INLINE@ ../../contrib/no_forcestart.conf
address@hidden@ ../../contrib/no_autostart_above_core.conf
 
 [PATHS]
 GNUNET_TEST_HOME = /tmp/test-gnunet-hostlist/

Modified: gnunet/src/hostlist/test_learning_adv_peer.conf
===================================================================
--- gnunet/src/hostlist/test_learning_adv_peer.conf     2014-12-16 20:57:09 UTC 
(rev 34661)
+++ gnunet/src/hostlist/test_learning_adv_peer.conf     2014-12-16 21:14:39 UTC 
(rev 34662)
@@ -35,11 +35,8 @@
 OPTIONS = -p -a
 SERVERS = http://localhost:12981/
 EXTERNAL_DNS_NAME = localhost
+FORCESTART = YES
 
-[dht]
-AUTOSTART = NO
-
-
 [ats]
 PORT = 22971
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock

Modified: gnunet/src/hostlist/test_learning_learn_peer.conf
===================================================================
--- gnunet/src/hostlist/test_learning_learn_peer.conf   2014-12-16 20:57:09 UTC 
(rev 34661)
+++ gnunet/src/hostlist/test_learning_learn_peer.conf   2014-12-16 21:14:39 UTC 
(rev 34662)
@@ -34,11 +34,8 @@
 HOSTLISTFILE = hostlists_learn_peer.file
 OPTIONS = -b -e
 SERVERS = http://localhost:12981/
+FORCESTART = YES
 
-[dht]
-AUTOSTART = NO
-
-
 [ats]
 PORT = 12971
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock

Modified: gnunet/src/hostlist/test_learning_learn_peer2.conf
===================================================================
--- gnunet/src/hostlist/test_learning_learn_peer2.conf  2014-12-16 20:57:09 UTC 
(rev 34661)
+++ gnunet/src/hostlist/test_learning_learn_peer2.conf  2014-12-16 21:14:39 UTC 
(rev 34662)
@@ -34,4 +34,4 @@
 HOSTLISTFILE = hostlists_learn_peer2.file
 OPTIONS = -b -e
 SERVERS = http://localhost:12981/
-
+FORCESTART = YES

Modified: gnunet/src/regex/test_regex_api_data.conf
===================================================================
--- gnunet/src/regex/test_regex_api_data.conf   2014-12-16 20:57:09 UTC (rev 
34661)
+++ gnunet/src/regex/test_regex_api_data.conf   2014-12-16 21:14:39 UTC (rev 
34662)
@@ -1,15 +1,9 @@
address@hidden@ ../../contrib/no_forcestart.conf
address@hidden@ ../../contrib/no_autostart_above_core.conf
+
 [PATHS]
 GNUNET_TEST_HOME = /tmp/test-regex-api/
 
-[fs]
-AUTOSTART = NO
-
-[resolver]
-AUTOSTART = NO
-
-[datastore]
-AUTOSTART = NO
-
 [dhtcache]
 QUOTA = 1 MB
 DATABASE = heap
@@ -24,36 +18,17 @@
 WAN_QUOTA_IN = 1 GB
 WAN_QUOTA_OUT = 1 GB
 
-[core]
-PORT = 2092
-
 [dht]
+AUTOSTART = YES
 PORT = 12370
 
+[regex]
+AUTOSTART = YES
+
 [transport]
 plugins = tcp
 NEIGHBOUR_LIMIT = 50
-PORT = 2091
 
-[peerinfo]
-PORT = 2090
-
-[resolver]
-PORT = 2089
-
-[statistics]
-PORT = 2088
-
-[arm]
-PORT = 2087
-
-[transport-tcp]
-TIMEOUT = 300 s
-PORT = 2094
-
-[TESTING]
-WEAKRANDOM = NO
-
 [nat]
 DISABLEV6 = YES
 BINDTO = 127.0.0.1
@@ -62,15 +37,3 @@
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
-
-[dns]
-AUTOSTART = NO
-
-[namestore]
-AUTOSTART = NO
-
-[nse]
-AUTOSTART = NO
-
-[vpn]
-AUTOSTART=NO




reply via email to

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