aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:05 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commite73402fc3a6f233b48330435f61ccd93722ac0e5 (patch)
treec63db5153cca3e3aeda01a18a2bad5785b02ecb3 /src/testbed
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/test_testbed_api_barriers.conf.in30
-rw-r--r--src/testbed/test_testbed_api_template.conf4
-rw-r--r--src/testbed/test_testbed_underlay.conf.in2
3 files changed, 18 insertions, 18 deletions
diff --git a/src/testbed/test_testbed_api_barriers.conf.in b/src/testbed/test_testbed_api_barriers.conf.in
index 846b894c7..ac0c9c400 100644
--- a/src/testbed/test_testbed_api_barriers.conf.in
+++ b/src/testbed/test_testbed_api_barriers.conf.in
@@ -13,11 +13,11 @@ PORT = 12366
13START_ON_DEMAND = NO 13START_ON_DEMAND = NO
14PORT = 12114 14PORT = 12114
15BINARY = /will/be/overwriten/in/test_testbed_api_barriers/ 15BINARY = /will/be/overwriten/in/test_testbed_api_barriers/
16FORCESTART = YES 16IMMEDIATE_START = YES
17 17
18[fs] 18[fs]
19START_ON_DEMAND = NO 19START_ON_DEMAND = NO
20FORCESTART = NO 20IMMEDIATE_START = NO
21 21
22[resolver] 22[resolver]
23HOSTNAME = localhost 23HOSTNAME = localhost
@@ -25,11 +25,11 @@ START_ON_DEMAND = NO
25 25
26[cadet] 26[cadet]
27START_ON_DEMAND = NO 27START_ON_DEMAND = NO
28FORCESTART = NO 28IMMEDIATE_START = NO
29 29
30[dht] 30[dht]
31START_ON_DEMAND = NO 31START_ON_DEMAND = NO
32FORCESTART = NO 32IMMEDIATE_START = NO
33 33
34[dhtcache] 34[dhtcache]
35QUOTA = 1 MB 35QUOTA = 1 MB
@@ -41,7 +41,7 @@ ACCEPT_FROM6 = ::1;
41ACCEPT_FROM = 127.0.0.1; 41ACCEPT_FROM = 127.0.0.1;
42NEIGHBOUR_LIMIT = 50 42NEIGHBOUR_LIMIT = 50
43PORT = 12365 43PORT = 12365
44FORCESTART = YES 44IMMEDIATE_START = YES
45 45
46[ats] 46[ats]
47WAN_QUOTA_OUT = 3932160 47WAN_QUOTA_OUT = 3932160
@@ -50,7 +50,7 @@ WAN_QUOTA_IN = 3932160
50[core] 50[core]
51PORT = 12092 51PORT = 12092
52START_ON_DEMAND = YES 52START_ON_DEMAND = YES
53FORCESTART = YES 53IMMEDIATE_START = YES
54USE_EPHEMERAL_KEYS = NO 54USE_EPHEMERAL_KEYS = NO
55 55
56[transport-udp] 56[transport-udp]
@@ -62,42 +62,42 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test-testbed/
62 62
63[dns] 63[dns]
64START_ON_DEMAND = NO 64START_ON_DEMAND = NO
65FORCESTART = NO 65IMMEDIATE_START = NO
66 66
67[nse] 67[nse]
68START_ON_DEMAND = NO 68START_ON_DEMAND = NO
69FORCESTART = NO 69IMMEDIATE_START = NO
70 70
71[vpn] 71[vpn]
72START_ON_DEMAND = NO 72START_ON_DEMAND = NO
73FORCESTART = NO 73IMMEDIATE_START = NO
74 74
75[nat] 75[nat]
76RETURN_LOCAL_ADDRESSES = YES 76RETURN_LOCAL_ADDRESSES = YES
77FORCESTART = NO 77IMMEDIATE_START = NO
78 78
79[gns-helper-service-w32] 79[gns-helper-service-w32]
80START_ON_DEMAND = NO 80START_ON_DEMAND = NO
81 81
82[consensus] 82[consensus]
83START_ON_DEMAND = NO 83START_ON_DEMAND = NO
84FORCESTART = NO 84IMMEDIATE_START = NO
85 85
86[gns] 86[gns]
87START_ON_DEMAND = NO 87START_ON_DEMAND = NO
88FORCESTART = NO 88IMMEDIATE_START = NO
89 89
90[statistics] 90[statistics]
91START_ON_DEMAND = NO 91START_ON_DEMAND = NO
92FORCESTART = NO 92IMMEDIATE_START = NO
93 93
94[peerinfo] 94[peerinfo]
95NO_IO = YES 95NO_IO = YES
96 96
97[set] 97[set]
98START_ON_DEMAND = NO 98START_ON_DEMAND = NO
99FORCESTART = NO 99IMMEDIATE_START = NO
100 100
101[revocation] 101[revocation]
102START_ON_DEMAND = NO 102START_ON_DEMAND = NO
103FORCESTART = NO 103IMMEDIATE_START = NO
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
index d893ba143..381c1bd85 100644
--- a/src/testbed/test_testbed_api_template.conf
+++ b/src/testbed/test_testbed_api_template.conf
@@ -18,7 +18,7 @@ PLUGINS = udp
18ACCEPT_FROM6 = ::1; 18ACCEPT_FROM6 = ::1;
19ACCEPT_FROM = 127.0.0.1; 19ACCEPT_FROM = 127.0.0.1;
20NEIGHBOUR_LIMIT = 50 20NEIGHBOUR_LIMIT = 50
21FORCESTART = YES 21IMMEDIATE_START = YES
22 22
23# Transport requires resolver when connecting to a peer, so enable it 23# Transport requires resolver when connecting to a peer, so enable it
24[resolver] 24[resolver]
@@ -30,7 +30,7 @@ WAN_QUOTA_IN = 3932160
30 30
31[core] 31[core]
32USE_EPHEMERAL_KEYS = NO 32USE_EPHEMERAL_KEYS = NO
33FORCESTART = YES 33IMMEDIATE_START = YES
34 34
35[transport-udp] 35[transport-udp]
36TIMEOUT = 300 s 36TIMEOUT = 300 s
diff --git a/src/testbed/test_testbed_underlay.conf.in b/src/testbed/test_testbed_underlay.conf.in
index b46716cde..1916cc59d 100644
--- a/src/testbed/test_testbed_underlay.conf.in
+++ b/src/testbed/test_testbed_underlay.conf.in
@@ -7,7 +7,7 @@ OPERATION_TIMEOUT = 5 s
7[testbed-underlay] 7[testbed-underlay]
8START_ON_DEMAND = NO 8START_ON_DEMAND = NO
9DBFILE = /will/be/overwritten/by/testcase 9DBFILE = /will/be/overwritten/by/testcase
10FORCESTART = YES 10IMMEDIATE_START = YES
11 11
12[dv] 12[dv]
13START_ON_DEMAND = NO 13START_ON_DEMAND = NO