gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21823 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r21823 - gnunet/src/testing
Date: Sat, 9 Jun 2012 17:46:25 +0200

Author: grothoff
Date: 2012-06-09 17:46:25 +0200 (Sat, 09 Jun 2012)
New Revision: 21823

Added:
   gnunet/src/testing/test_testing_defaults.conf
Modified:
   gnunet/src/testing/Makefile.am
Log:
-fix

Modified: gnunet/src/testing/Makefile.am
===================================================================
--- gnunet/src/testing/Makefile.am      2012-06-09 15:43:38 UTC (rev 21822)
+++ gnunet/src/testing/Makefile.am      2012-06-09 15:46:25 UTC (rev 21823)
@@ -57,3 +57,6 @@
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
+
+EXTRA_DIST = \
+  test_testing_defaults.conf
\ No newline at end of file

Copied: gnunet/src/testing/test_testing_defaults.conf (from rev 21820, 
gnunet/src/testing_old/test_testing_defaults.conf)
===================================================================
--- gnunet/src/testing/test_testing_defaults.conf                               
(rev 0)
+++ gnunet/src/testing/test_testing_defaults.conf       2012-06-09 15:46:25 UTC 
(rev 21823)
@@ -0,0 +1,78 @@
+[PATHS]
+SERVICEHOME = /tmp/test-gnunet-testing/
+DEFAULTCONFIG = test_testing_defaults.conf
+
+[resolver]
+PORT = 2564
+
+[transport]
+PORT = 2565
+PLUGINS = tcp
+
+[arm]
+PORT = 2566
+DEFAULTSERVICES = 
+
+[statistics]
+PORT = 2567
+
+[transport-tcp]
+PORT = 2568
+BINDTO = 127.0.0.1
+
+[peerinfo]
+PORT = 2569
+
+[core]
+PORT = 2570
+
+[testing_old]
+NUM_PEERS = 5
+WEAKRANDOM = YES
+F2F = YES
+HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
+
+[dht]
+AUTOSTART = NO
+
+[nat]
+DISABLEV6 = YES
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
+
+[dns]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+[mesh]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[fs]
+AUTOSTART = NO
+
+[dv]
+AUTOSTART = NO
+
+[chat]
+AUTOSTART = NO
+
+[vpn]
+AUTOSTART = NO
+
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
+[lockmanager]
+AUTOSTART = NO




reply via email to

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