From: Christian Grothoff Date: Sat, 9 Jun 2012 15:46:25 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~13208 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b75218d8ec892136e9c32d59df3ec5c0c4a5422;p=oweals%2Fgnunet.git -fix --- diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index dcefc34d1..38a5fef98 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -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 index 000000000..a89064f81 --- /dev/null +++ b/src/testing/test_testing_defaults.conf @@ -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