aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_arm_api_data.conf
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:04 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitc293f84ea192f361baf720a3979589c0e0881abc (patch)
treeb936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /src/arm/test_arm_api_data.conf
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'src/arm/test_arm_api_data.conf')
-rw-r--r--src/arm/test_arm_api_data.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/arm/test_arm_api_data.conf b/src/arm/test_arm_api_data.conf
index b032cc95a..276b313b7 100644
--- a/src/arm/test_arm_api_data.conf
+++ b/src/arm/test_arm_api_data.conf
@@ -10,12 +10,12 @@ OPTIONS = -L ERROR
10#PREFIX = valgrind --tool=memcheck --leak-check=yes 10#PREFIX = valgrind --tool=memcheck --leak-check=yes
11 11
12[resolver] 12[resolver]
13AUTOSTART = YES 13START_ON_DEMAND = YES
14PORT = 23355 14PORT = 23355
15# PREFIX = valgrind 15# PREFIX = valgrind
16 16
17[do-nothing] 17[do-nothing]
18AUTOSTART = NO 18START_ON_DEMAND = NO
19PORT = 2223 19PORT = 2223
20HOSTNAME = localhost 20HOSTNAME = localhost
21BINARY = /will/be/overwritten/by/test_exponential_backoff 21BINARY = /will/be/overwritten/by/test_exponential_backoff
@@ -23,16 +23,16 @@ ACCEPT_FROM = 127.0.0.1;
23ACCEPT_FROM6 = ::1; 23ACCEPT_FROM6 = ::1;
24 24
25[statistics] 25[statistics]
26AUTOSTART = YES 26START_ON_DEMAND = YES
27 27
28[core] 28[core]
29AUTOSTART = NO 29START_ON_DEMAND = NO
30 30
31[transport] 31[transport]
32AUTOSTART = NO 32START_ON_DEMAND = NO
33 33
34[ats] 34[ats]
35AUTOSTART = NO 35START_ON_DEMAND = NO
36 36
37[peerinfo] 37[peerinfo]
38AUTOSTART = NO 38START_ON_DEMAND = NO