aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/test_consensus.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-10-02 16:26:47 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-10-02 16:26:47 +0000
commit45f20489fa00f70e9a5468566259800e1dd36f9d (patch)
treedd96b8dd9566495819da537738b127526b1304a2 /src/consensus/test_consensus.conf
parentf6164b19550cb235be110e0f5b69eb7567440f00 (diff)
downloadgnunet-45f20489fa00f70e9a5468566259800e1dd36f9d.tar.gz
gnunet-45f20489fa00f70e9a5468566259800e1dd36f9d.zip
- consensus test conf
Diffstat (limited to 'src/consensus/test_consensus.conf')
-rw-r--r--src/consensus/test_consensus.conf37
1 files changed, 34 insertions, 3 deletions
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf
index 71711b0e1..335bd2051 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -1,20 +1,42 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2 2
3[PATHS]
4GNUNET_TEST_HOME = /tmp/test-consensus/
5
3[consensus] 6[consensus]
4#PREFIX = gdbserver :12345 7# PREFIX = valgrind
5PREFIX = valgrind
6OPTIONS = -L INFO 8OPTIONS = -L INFO
9BINARY = gnunet-service-evil-consensus
10
11# Evil behavior: Peer 0 does not execute leader step
12#EVIL_SPEC = 0;pass;leader
13
14# Evil behavior: Peer 0 adds 5 random elements when he is the gradecast leader
15# (every peer gets the same element.
16#EVIL_SPEC = 0;stuff-same;leader;5
17
18# Evil behavior: Peer 0 adds 5 random elements when he is the gradecast leader
19# (every peer gets different elements).
20#EVIL_SPEC = 0;stuff-different;leader;5
21
22[cadet]
23#PREFIX = valgrind
7 24
8[transport] 25[transport]
26PLUGINS = unix
9OPTIONS = -LERROR 27OPTIONS = -LERROR
10 28
11[set] 29[set]
12OPTIONS = -L INFO 30OPTIONS = -L INFO
13#PREFIX = valgrind --leak-check=full 31#PREFIX = valgrind --leak-check=full
14PREFIX = valgrind 32#PREFIX = valgrind
15 33
16[testbed] 34[testbed]
17OVERLAY_TOPOLOGY = CLIQUE 35OVERLAY_TOPOLOGY = CLIQUE
36MAX_PARALLEL_OPERATIONS = 1000
37MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
38OPERATION_TIMEOUT = 60 s
39MAX_OPEN_FDS = 4096
18 40
19[hostlist] 41[hostlist]
20AUTOSTART = NO 42AUTOSTART = NO
@@ -32,3 +54,12 @@ DISABLEV6 = NO
32# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) 54# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
33RETURN_LOCAL_ADDRESSES = YES 55RETURN_LOCAL_ADDRESSES = YES
34 56
57[nse]
58WORKBITS=0
59
60[ats]
61WAN_QUOTA_IN = unlimited
62WAN_QUOTA_OUT = unlimited
63
64[core]
65USE_EPHEMERAL_KEYS = NO