aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_data_topology_stability.conf
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-08-05 12:11:41 +0000
committerNathan S. Evans <evans@in.tum.de>2010-08-05 12:11:41 +0000
commit88c11d3a2219762a919e49872d6d24108b06b987 (patch)
tree3e8a04cd9f5c4015221827621b95343dd1743b5b /src/testing/test_testing_data_topology_stability.conf
parent86a9316f0f9b422e6b3fae8c75255a92e326dd51 (diff)
downloadgnunet-88c11d3a2219762a919e49872d6d24108b06b987.tar.gz
gnunet-88c11d3a2219762a919e49872d6d24108b06b987.zip
topology stability testcase
Diffstat (limited to 'src/testing/test_testing_data_topology_stability.conf')
-rw-r--r--src/testing/test_testing_data_topology_stability.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/testing/test_testing_data_topology_stability.conf b/src/testing/test_testing_data_topology_stability.conf
new file mode 100644
index 000000000..47e0a18df
--- /dev/null
+++ b/src/testing/test_testing_data_topology_stability.conf
@@ -0,0 +1,55 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4
5[resolver]
6PORT = 2564
7
8[transport]
9PORT = 2565
10PLUGINS = tcp
11#PREFIX = xterm -e xterm -T transport -e gdb --args
12#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
13#PREFIX = valgrind --tool=memcheck --log-file=logs%p
14#PREFIX = valgrind --tool=callgrind --log-file=callgrind.%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]
44SETTLE_TIME = 600
45NUM_PEERS = 10
46WEAKRANDOM = YES
47#CONNECT_TOPOLOGY = CLIQUE
48TOPOLOGY = CLIQUE
49F2F = YES
50#DEBUG = YES
51
52[dht]
53AUTOSTART = NO
54
55