- re-added testcase for crypto-paillier
[oweals/gnunet.git] / src / secretsharing / test_secretsharing.conf
1 [secretsharing]
2 AUTOSTART = YES
3 #PREFIX = valgrind
4
5 [consensus]
6 AUTOSTART = YES
7
8 [transport]
9 OPTIONS = -LERROR
10
11 [arm]
12 DEFAULTSERVICES = core consensus set secretsharing
13
14 [set]
15 OPTIONS = -L INFO
16 #PREFIX = valgrind --leak-check=full
17
18 [testbed]
19 OVERLAY_TOPOLOGY = CLIQUE
20
21 [hostlist]
22 SERVERS = 
23
24 [nat]
25 # Use addresses from the local network interfaces (inluding loopback, but also others)
26 USE_LOCALADDR = YES
27
28 # Disable IPv6 support
29 DISABLEV6 = NO
30
31 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
32 RETURN_LOCAL_ADDRESSES = YES
33
34 [nse]
35 AUTOSTART = NO
36