aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_data_topology_blacklist.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 07:46:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 07:46:21 +0000
commitafb3ea4f771c7534dbee439c21a62fe0519ba832 (patch)
treee9b6f7e1862b8319d1d312b78152227af3ae087a /src/testing/test_testing_data_topology_blacklist.conf
parent4bd708f478f64fedb65aaf3a12e16d76b79554ac (diff)
downloadgnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.tar.gz
gnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.zip
towards simplified configs
Diffstat (limited to 'src/testing/test_testing_data_topology_blacklist.conf')
-rw-r--r--src/testing/test_testing_data_topology_blacklist.conf70
1 files changed, 10 insertions, 60 deletions
diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf
index c9154afe3..7d2018df3 100644
--- a/src/testing/test_testing_data_topology_blacklist.conf
+++ b/src/testing/test_testing_data_topology_blacklist.conf
@@ -1,72 +1,22 @@
1@INLINE@ test_testing_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_data_topology_blacklist.conf 3DEFAULTCONFIG = test_testing_data_topology_blacklist.conf
4 4
5[resolver] 5[TESTING]
6PORT = 2564
7
8[transport]
9PORT = 2565
10PLUGINS = tcp
11BLACKLIST_FILE = $SERVICEHOME/blacklist
12#PREFIX = xterm -e xterm -T transport -e gdb --args
13#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
14#PREFIX = valgrind --tool=memcheck --log-file=logs%p
15#DEBUG = YES
16
17[arm]
18PORT = 2566
19DEFAULTSERVICES =
20
21[statistics]
22PORT = 2567
23
24[transport-tcp]
25PORT = 2568
26
27[transport-udp]
28PORT = 2568
29
30[peerinfo]
31PORT = 2569
32#DEBUG = YES
33#PREFIX = xterm -e xterm -T peerinfo -e gdb --args
34#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/peerinfo/.libs/gnunet-service-peerinfo
35#PREFIX = valgrind --tool=memcheck --log-file=peerinfo%p
36
37[core]
38PORT = 2570
39#PREFIX = xterm -e xterm -T CORE -e gdb --args
40#PREFIX = valgrind --tool=memcheck --log-file=logs%p
41#DEBUG = YES
42
43[testing]
44NUM_PEERS = 4 6NUM_PEERS = 4
45WEAKRANDOM = YES
46TOPOLOGY = CLIQUE 7TOPOLOGY = CLIQUE
47BLACKLIST_TOPOLOGY = RING 8BLACKLIST_TOPOLOGY = RING
48BLACKLIST_TRANSPORTS = tcp udp http 9BLACKLIST_TRANSPORTS = tcp udp http
49F2F = YES
50HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
51
52[dht]
53AUTOSTART = NO
54
55[nat]
56DISABLEV6 = YES
57ENABLE_UPNP = NO
58BEHIND_NAT = NO
59ALLOW_NAT = NO
60INTERNAL_ADDRESS = 127.0.0.1
61EXTERNAL_ADDRESS = 127.0.0.1
62USE_LOCALADDR = NO
63
64[dns]
65AUTOSTART = NO
66 10
11[transport-udp]
12PORT = 2568
67 13
14[datastore]
15AUTOSTART = YES
68 16
69[nse] 17[fs]
70AUTOSTART = NO 18AUTOSTART = YES
71 19
20[mesh]
21AUTOSTART = YES
72 22