More API function tests...
[oweals/gnunet.git] / src / consensus / test_consensus.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/test-consensus/
3
4 [consensus]
5 OPTIONS = -L INFO
6 BINARY = gnunet-service-evil-consensus
7
8 #EVIL_SPEC = 0;cram-all;noreplace;5
9 #EVIL_SPEC = 0;cram;5/1;cram;5
10 #EVIL_SPEC = 0;cram;5/1;cram;5/2;cram;5
11 #EVIL_SPEC = 0;cram;5/1;cram;5/2;cram;5/3;cram;5
12
13
14 [arm]
15 RESOURCE_DIAGNOSTICS = resource.log.${PEERID:-master}
16
17 [core]
18 FORECESTART = YES
19
20 [revocation]
21 FORECESTART = NO
22
23 [fs]
24 FORECESTART = NO
25
26 [gns]
27 FORECESTART = NO
28
29 [hostlist]
30 FORECESTART = NO
31
32 [cadet]
33 #PREFIX = valgrind
34
35 [transport]
36 PLUGINS = unix
37 OPTIONS = -LERROR
38
39 [set]
40 OPTIONS = -L INFO
41 #PREFIX = valgrind --leak-check=full
42 #PREFIX = valgrind
43
44 [testbed]
45 OVERLAY_TOPOLOGY = CLIQUE
46 MAX_PARALLEL_OPERATIONS = 1000
47 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
48 OPERATION_TIMEOUT = 60 s
49 MAX_OPEN_FDS = 4096
50
51 [hostlist]
52 AUTOSTART = NO
53
54 [fs]
55 AUTOSTART = NO
56
57 [revocation]
58 AUTOSTART = NO
59
60 [nat]
61 # Use addresses from the local network interfaces (inluding loopback, but also others)
62 USE_LOCALADDR = YES
63
64 # Disable IPv6 support
65 DISABLEV6 = NO
66
67 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
68 RETURN_LOCAL_ADDRESSES = YES
69
70 [nse]
71 WORKBITS=0
72
73 [ats]
74 WAN_QUOTA_IN = unlimited
75 WAN_QUOTA_OUT = unlimited
76
77 [core]
78 USE_EPHEMERAL_KEYS = NO