aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-26 23:29:22 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-26 23:29:22 +0000
commit72f297a3fca8fb36719f219db402420e0978d44f (patch)
tree95b33b148bef40b491883c506e0e2139524500ff /src/dht
parent47ef248cdc86d1aa19cd69ff363580671547102f (diff)
downloadgnunet-72f297a3fca8fb36719f219db402420e0978d44f.tar.gz
gnunet-72f297a3fca8fb36719f219db402420e0978d44f.zip
do not start unnecessary services while testing DHT
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_2dtorus.conf1
-rw-r--r--src/dht/test_dht_api_data.conf10
-rw-r--r--src/dht/test_dht_api_peer1.conf8
-rw-r--r--src/dht/test_dht_line.conf1
-rw-r--r--src/dht/test_dht_monitor.conf12
-rw-r--r--src/dht/test_dht_multipeer.conf1
6 files changed, 33 insertions, 0 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index 844f20431..c3fe5135f 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -5,6 +5,7 @@ GNUNET_TEST_HOME = /tmp/test_dht_2dtorus/
5 5
6[dht] 6[dht]
7AUTOSTART = YES 7AUTOSTART = YES
8FORCESTART = YES
8 9
9[dhtcache] 10[dhtcache]
10QUOTA = 1 MB 11QUOTA = 1 MB
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index 51cf99b0f..de9196107 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -1,3 +1,6 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
3
1[PATHS] 4[PATHS]
2GNUNET_TEST_HOME = /tmp/test-dht-api/ 5GNUNET_TEST_HOME = /tmp/test-dht-api/
3 6
@@ -32,3 +35,10 @@ ALLOW_NAT = NO
32INTERNAL_ADDRESS = 127.0.0.1 35INTERNAL_ADDRESS = 127.0.0.1
33EXTERNAL_ADDRESS = 127.0.0.1 36EXTERNAL_ADDRESS = 127.0.0.1
34 37
38[dht]
39AUTOSTART = YES
40FORCESTART = YES
41
42[nse]
43AUTOSTART = YES
44WORKBITS = 1
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index f38d6f1a3..0b9db1f8b 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -1,4 +1,5 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
2 3
3[dhtcache] 4[dhtcache]
4QUOTA = 1 MB 5QUOTA = 1 MB
@@ -31,3 +32,10 @@ INTERNAL_ADDRESS = 127.0.0.1
31EXTERNAL_ADDRESS = 127.0.0.1 32EXTERNAL_ADDRESS = 127.0.0.1
32USE_LOCALADDR = NO 33USE_LOCALADDR = NO
33 34
35[dht]
36AUTOSTART = YES
37FORCESTART = YES
38
39[nse]
40AUTOSTART = YES
41WORKBITS = 1
diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf
index 45badfae0..de91ed32b 100644
--- a/src/dht/test_dht_line.conf
+++ b/src/dht/test_dht_line.conf
@@ -5,6 +5,7 @@ GNUNET_TEST_HOME = /tmp/test_dht_line/
5 5
6[dht] 6[dht]
7AUTOSTART = YES 7AUTOSTART = YES
8FORCESTART = YES
8 9
9[dhtcache] 10[dhtcache]
10QUOTA = 1 MB 11QUOTA = 1 MB
diff --git a/src/dht/test_dht_monitor.conf b/src/dht/test_dht_monitor.conf
index 415a2e5fd..ed0dece58 100644
--- a/src/dht/test_dht_monitor.conf
+++ b/src/dht/test_dht_monitor.conf
@@ -1,3 +1,7 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
3
4
1[dhtcache] 5[dhtcache]
2QUOTA = 1 MB 6QUOTA = 1 MB
3DATABASE = heap 7DATABASE = heap
@@ -25,3 +29,11 @@ EXTERNAL_ADDRESS = 127.0.0.1
25USE_LOCALADDR = YES 29USE_LOCALADDR = YES
26RETURN_LOCAL_ADDRESSES = YES 30RETURN_LOCAL_ADDRESSES = YES
27 31
32
33[dht]
34AUTOSTART = YES
35FORCESTART = YES
36
37[nse]
38AUTOSTART = YES
39WORKBITS = 1
diff --git a/src/dht/test_dht_multipeer.conf b/src/dht/test_dht_multipeer.conf
index f113aa0f8..1d69dacfd 100644
--- a/src/dht/test_dht_multipeer.conf
+++ b/src/dht/test_dht_multipeer.conf
@@ -3,6 +3,7 @@
3 3
4[dht] 4[dht]
5AUTOSTART = YES 5AUTOSTART = YES
6FORCESTART = YES
6 7
7[dhtcache] 8[dhtcache]
8QUOTA = 1 MB 9QUOTA = 1 MB