gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36434 - gnunet/src/consensus


From: gnunet
Subject: [GNUnet-SVN] r36434 - gnunet/src/consensus
Date: Fri, 2 Oct 2015 18:26:47 +0200

Author: dold
Date: 2015-10-02 18:26:47 +0200 (Fri, 02 Oct 2015)
New Revision: 36434

Modified:
   gnunet/src/consensus/test_consensus.conf
Log:
- consensus test conf


Modified: gnunet/src/consensus/test_consensus.conf
===================================================================
--- gnunet/src/consensus/test_consensus.conf    2015-10-02 15:07:44 UTC (rev 
36433)
+++ gnunet/src/consensus/test_consensus.conf    2015-10-02 16:26:47 UTC (rev 
36434)
@@ -1,20 +1,42 @@
 @INLINE@ ../../contrib/no_forcestart.conf
 
+[PATHS]
+GNUNET_TEST_HOME = /tmp/test-consensus/
+
 [consensus]
-#PREFIX = gdbserver :12345
-PREFIX = valgrind
+# PREFIX = valgrind
 OPTIONS = -L INFO
+BINARY = gnunet-service-evil-consensus
 
+# Evil behavior: Peer 0 does not execute leader step
+#EVIL_SPEC = 0;pass;leader
+
+# Evil behavior: Peer 0 adds 5 random elements when he is the gradecast leader
+# (every peer gets the same element.
+#EVIL_SPEC = 0;stuff-same;leader;5
+
+# Evil behavior: Peer 0 adds 5 random elements when he is the gradecast leader
+# (every peer gets different elements).
+#EVIL_SPEC = 0;stuff-different;leader;5
+
+[cadet]
+#PREFIX = valgrind
+
 [transport]
+PLUGINS = unix
 OPTIONS = -LERROR
 
 [set]
 OPTIONS = -L INFO
 #PREFIX = valgrind --leak-check=full
-PREFIX = valgrind
+#PREFIX = valgrind
 
 [testbed]
 OVERLAY_TOPOLOGY = CLIQUE
+MAX_PARALLEL_OPERATIONS = 1000
+MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
+OPERATION_TIMEOUT = 60 s
+MAX_OPEN_FDS = 4096
 
 [hostlist]
 AUTOSTART = NO
@@ -32,3 +54,12 @@
 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
 RETURN_LOCAL_ADDRESSES = YES
 
+[nse]
+WORKBITS=0
+
+[ats]
+WAN_QUOTA_IN = unlimited
+WAN_QUOTA_OUT = unlimited
+
+[core]
+USE_EPHEMERAL_KEYS = NO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]