tests: use port numbers that are unlikely to collide with user ports (just happened)
[oweals/gnunet.git] / src / arm / test_arm_api_data.conf
1 @INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
2 @INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
3
4 [PATHS]
5 GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-arm/
6
7 [arm]
8 BINARY = gnunet-service-arm
9 OPTIONS = -L ERROR
10 #PREFIX = valgrind --tool=memcheck --leak-check=yes
11
12 [resolver]
13 START_ON_DEMAND = YES
14 PORT = 23355
15 # PREFIX = valgrind
16
17 [do-nothing]
18 START_ON_DEMAND = NO
19 PORT = 48223
20 HOSTNAME = localhost
21 BINARY = /will/be/overwritten/by/test_exponential_backoff
22 ACCEPT_FROM = 127.0.0.1;
23 ACCEPT_FROM6 = ::1;
24
25 [statistics]
26 START_ON_DEMAND = YES
27
28 [core]
29 START_ON_DEMAND = NO
30
31 [transport]
32 START_ON_DEMAND = NO
33
34 [ats]
35 START_ON_DEMAND = NO
36
37 [peerinfo]
38 START_ON_DEMAND = NO