aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
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/integration-tests
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf4
-rw-r--r--src/integration-tests/confs/c_no_nat_client_2.conf6
-rw-r--r--src/integration-tests/confs/test_defaults.conf8
3 files changed, 9 insertions, 9 deletions
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index 26e816267..38a7d7fbc 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -32,13 +32,13 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18
32PORT = 20022 32PORT = 20022
33 33
34[namestore] 34[namestore]
35AUTOSTART = YES 35START_ON_DEMAND = YES
36 36
37[dns] 37[dns]
38UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-19 38UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-19
39 39
40[consensus] 40[consensus]
41AUTOSTART = YES 41START_ON_DEMAND = YES
42 42
43[core] 43[core]
44UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17 44UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17
diff --git a/src/integration-tests/confs/c_no_nat_client_2.conf b/src/integration-tests/confs/c_no_nat_client_2.conf
index 0cd6fc4f9..6c8f07632 100644
--- a/src/integration-tests/confs/c_no_nat_client_2.conf
+++ b/src/integration-tests/confs/c_no_nat_client_2.conf
@@ -33,16 +33,16 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18
33PORT = 20022 33PORT = 20022
34 34
35[namestore] 35[namestore]
36AUTOSTART = YES 36START_ON_DEMAND = YES
37 37
38[dns] 38[dns]
39UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-19 39UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-19
40 40
41[consensus] 41[consensus]
42AUTOSTART = YES 42START_ON_DEMAND = YES
43 43
44[lockmanager] 44[lockmanager]
45AUTOSTART = YES 45START_ON_DEMAND = YES
46 46
47[core] 47[core]
48UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17 48UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17
diff --git a/src/integration-tests/confs/test_defaults.conf b/src/integration-tests/confs/test_defaults.conf
index 39020515f..8114aeabd 100644
--- a/src/integration-tests/confs/test_defaults.conf
+++ b/src/integration-tests/confs/test_defaults.conf
@@ -5,16 +5,16 @@
5FORCESTART = YES 5FORCESTART = YES
6 6
7[datastore] 7[datastore]
8AUTOSTART = YES 8START_ON_DEMAND = YES
9 9
10[dht] 10[dht]
11AUTOSTART = YES 11START_ON_DEMAND = YES
12 12
13[nse] 13[nse]
14AUTOSTART = YES 14START_ON_DEMAND = YES
15 15
16[cadet] 16[cadet]
17AUTOSTART = YES 17START_ON_DEMAND = YES
18 18
19[hostlist] 19[hostlist]
20FORCESTART = YES 20FORCESTART = YES