testbed api test case and fixes
[oweals/gnunet.git] / src / testbed / test_testbed_api.conf
1 [testbed]
2 AUTOSTART = NO
3 PORT = 12113
4 ACCEPT_FROM = 127.0.0.1;
5 HOSTNAME = localhost
6 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
7
8 [fs]
9 AUTOSTART = NO
10
11 [resolver]
12 AUTOSTART = NO
13
14 [mesh]
15 AUTOSTART = NO
16
17 [dht]
18 AUTOSTART = NO
19
20 [block]
21 plugins = dht test
22
23 [dhtcache]
24 QUOTA = 1 MB
25 DATABASE = sqlite
26
27 [transport]
28 PLUGINS = tcp
29 DEBUG = NO
30 ACCEPT_FROM6 = ::1;
31 ACCEPT_FROM = 127.0.0.1;
32 NEIGHBOUR_LIMIT = 50
33 PORT = 12365
34
35 [ats]
36 WAN_QUOTA_OUT = 3932160
37 WAN_QUOTA_IN = 3932160
38
39 [core]
40 PORT = 12092
41
42 [arm]
43 DEFAULTSERVICES =
44 PORT = 12366
45 DEBUG = NO
46
47 [transport-tcp]
48 TIMEOUT = 300 s
49 PORT = 12368
50
51 [TESTING]
52 NUM_PEERS = 5
53 WEAKRANDOM = YES
54 DEBUG = YES
55 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
56 MAX_CONCURRENT_SSH = 10
57 USE_PROGRESSBARS = YES
58 PEERGROUP_TIMEOUT = 2400 s
59
60 [gnunetd]
61 HOSTKEY = $SERVICEHOME/.hostkey
62
63 [PATHS]
64 DEFAULTCONFIG = test_testbed_api.conf
65 SERVICEHOME = /tmp/test-testbed/
66
67 [dns]
68 AUTOSTART = NO
69
70 [nse]
71 AUTOSTART = NO