-fix
authorChristian Grothoff <christian@grothoff.org>
Sat, 9 Jun 2012 15:46:25 +0000 (15:46 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 9 Jun 2012 15:46:25 +0000 (15:46 +0000)
src/testing/Makefile.am
src/testing/test_testing_defaults.conf [new file with mode: 0644]

index dcefc34d1775ff764f5c199377e32c7a84c8b2db..38a5fef98c0e16f9db986b0a53c7cfbd35017170 100644 (file)
@@ -57,3 +57,6 @@ test_testing_new_servicestartup_LDADD = \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
+
+EXTRA_DIST = \
+  test_testing_defaults.conf
\ No newline at end of file
diff --git a/src/testing/test_testing_defaults.conf b/src/testing/test_testing_defaults.conf
new file mode 100644 (file)
index 0000000..a89064f
--- /dev/null
@@ -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