aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-06-23 16:58:42 +0200
committerxrs <xrs@mail36.net>2018-06-23 16:58:42 +0200
commit99c6e18e63181d8759ecbb398d58019a55d3ce6f (patch)
treecf925bf99a6fbe60dbec8ead7248bc59a0c8cce6 /src/integration-tests
parentb993ca621717d0a9958b4138a32fb1e3cef7f54c (diff)
parentc293f84ea192f361baf720a3979589c0e0881abc (diff)
downloadgnunet-99c6e18e63181d8759ecbb398d58019a55d3ce6f.tar.gz
gnunet-99c6e18e63181d8759ecbb398d58019a55d3ce6f.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
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