aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-02 13:41:16 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-02 13:41:16 +0000
commit6637758ccf9d853daa7ffb1383133464f85bdb79 (patch)
tree307a701a462917c9b0fec01e3776f6b786abc0d6
parent1cbbc66452a26cf1533d2cb1bf1730cbc1521167 (diff)
downloadgnunet-6637758ccf9d853daa7ffb1383133464f85bdb79.tar.gz
gnunet-6637758ccf9d853daa7ffb1383133464f85bdb79.zip
Alter config files to use hostkeys from file instead of generating during testing
-rw-r--r--src/dht/test_dht_api_data.conf1
-rw-r--r--src/dht/test_dht_twopeer_data.conf1
-rw-r--r--src/dv/test_transport_dv_data.conf1
-rw-r--r--src/testing/test_testing_data.conf1
-rw-r--r--src/testing/test_testing_data_remote.conf1
-rw-r--r--src/testing/test_testing_data_topology_2d_torus.conf3
-rw-r--r--src/testing/test_testing_data_topology_blacklist.conf1
-rw-r--r--src/testing/test_testing_data_topology_churn.conf1
-rw-r--r--src/testing/test_testing_data_topology_clique.conf1
-rw-r--r--src/testing/test_testing_data_topology_clique_dfs.conf1
-rw-r--r--src/testing/test_testing_data_topology_clique_minimum.conf3
-rw-r--r--src/testing/test_testing_data_topology_clique_random.conf1
-rw-r--r--src/testing/test_testing_data_topology_erdos_renyi.conf1
-rw-r--r--src/testing/test_testing_data_topology_internat.conf1
-rw-r--r--src/testing/test_testing_data_topology_none.conf1
-rw-r--r--src/testing/test_testing_data_topology_ring.conf2
-rw-r--r--src/testing/test_testing_data_topology_scale_free.conf1
-rw-r--r--src/testing/test_testing_data_topology_small_world_ring.conf1
-rw-r--r--src/testing/test_testing_data_topology_small_world_torus.conf1
-rw-r--r--src/testing/test_testing_data_topology_stability.conf1
-rw-r--r--src/topology/test_gnunet_daemon_topology_data.conf1
21 files changed, 23 insertions, 3 deletions
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index 0fd416704..c6553ea33 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -57,6 +57,7 @@ PORT = 2094
57 57
58[TESTING] 58[TESTING]
59WEAKRANDOM = NO 59WEAKRANDOM = NO
60HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
60 61
61[gnunetd] 62[gnunetd]
62HOSTKEY = $SERVICEHOME/.hostkey 63HOSTKEY = $SERVICEHOME/.hostkey
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 5df598d00..491c10c7a 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -42,6 +42,7 @@ PORT = 12368
42[TESTING] 42[TESTING]
43WEAKRANDOM = YES 43WEAKRANDOM = YES
44NUM_PEERS = 2 44NUM_PEERS = 2
45HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
45 46
46[gnunetd] 47[gnunetd]
47HOSTKEY = $SERVICEHOME/.hostkey 48HOSTKEY = $SERVICEHOME/.hostkey
diff --git a/src/dv/test_transport_dv_data.conf b/src/dv/test_transport_dv_data.conf
index 69121e275..17a85167c 100644
--- a/src/dv/test_transport_dv_data.conf
+++ b/src/dv/test_transport_dv_data.conf
@@ -55,6 +55,7 @@ CONNECT_TOPOLOGY = LINE
55BLACKLIST_TOPOLOGY = LINE 55BLACKLIST_TOPOLOGY = LINE
56BLACKLIST_TRANSPORTS = tcp 56BLACKLIST_TRANSPORTS = tcp
57F2F = YES 57F2F = YES
58HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
58 59
59[fs] 60[fs]
60AUTOSTART = NO 61AUTOSTART = NO
diff --git a/src/testing/test_testing_data.conf b/src/testing/test_testing_data.conf
index 5a44f1162..a7a7be4ec 100644
--- a/src/testing/test_testing_data.conf
+++ b/src/testing/test_testing_data.conf
@@ -29,6 +29,7 @@ PORT = 2570
29 29
30[testing] 30[testing]
31WEAKRANDOM = YES 31WEAKRANDOM = YES
32HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
32 33
33[fs] 34[fs]
34AUTOSTART = NO 35AUTOSTART = NO
diff --git a/src/testing/test_testing_data_remote.conf b/src/testing/test_testing_data_remote.conf
index df036c49e..5bc179823 100644
--- a/src/testing/test_testing_data_remote.conf
+++ b/src/testing/test_testing_data_remote.conf
@@ -33,6 +33,7 @@ CONTROL_HOST = 131.159.20.42
33HOSTFILE = remote_hosts.txt 33HOSTFILE = remote_hosts.txt
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35NUM_PEERS = 2 35NUM_PEERS = 2
36HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
36 37
37[dht] 38[dht]
38AUTOSTART = NO 39AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_2d_torus.conf b/src/testing/test_testing_data_topology_2d_torus.conf
index c1e0c7552..dcc63334e 100644
--- a/src/testing/test_testing_data_topology_2d_torus.conf
+++ b/src/testing/test_testing_data_topology_2d_torus.conf
@@ -30,10 +30,11 @@ PORT = 2570
30#DEBUG = YES 30#DEBUG = YES
31 31
32[testing] 32[testing]
33NUM_PEERS = 5 33NUM_PEERS = 13
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = 2D_TORUS 35TOPOLOGY = 2D_TORUS
36F2F = YES 36F2F = YES
37HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
37 38
38[dht] 39[dht]
39AUTOSTART = NO 40AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf
index 0e720d256..f970e40a4 100644
--- a/src/testing/test_testing_data_topology_blacklist.conf
+++ b/src/testing/test_testing_data_topology_blacklist.conf
@@ -47,6 +47,7 @@ TOPOLOGY = CLIQUE
47BLACKLIST_TOPOLOGY = RING 47BLACKLIST_TOPOLOGY = RING
48BLACKLIST_TRANSPORTS = tcp udp http 48BLACKLIST_TRANSPORTS = tcp udp http
49F2F = YES 49F2F = YES
50HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
50 51
51[dht] 52[dht]
52AUTOSTART = NO 53AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_churn.conf b/src/testing/test_testing_data_topology_churn.conf
index 13b7ca54a..650eea729 100644
--- a/src/testing/test_testing_data_topology_churn.conf
+++ b/src/testing/test_testing_data_topology_churn.conf
@@ -42,6 +42,7 @@ PORT = 2570
42[testing] 42[testing]
43NUM_PEERS = 12 43NUM_PEERS = 12
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
45 46
46[dht] 47[dht]
47AUTOSTART = NO 48AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf
index 7858d7661..b3c8de91e 100644
--- a/src/testing/test_testing_data_topology_clique.conf
+++ b/src/testing/test_testing_data_topology_clique.conf
@@ -47,6 +47,7 @@ WEAKRANDOM = YES
47TOPOLOGY = CLIQUE 47TOPOLOGY = CLIQUE
48F2F = YES 48F2F = YES
49#DEBUG = YES 49#DEBUG = YES
50HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
50 51
51[dht] 52[dht]
52AUTOSTART = NO 53AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_clique_dfs.conf b/src/testing/test_testing_data_topology_clique_dfs.conf
index 0a304e1a2..a088803b3 100644
--- a/src/testing/test_testing_data_topology_clique_dfs.conf
+++ b/src/testing/test_testing_data_topology_clique_dfs.conf
@@ -46,6 +46,7 @@ TOPOLOGY = CLIQUE
46CONNECT_TOPOLOGY_OPTION = CONNECT_DFS 46CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0 47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
48F2F = YES 48F2F = YES
49HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
49 50
50[dht] 51[dht]
51AUTOSTART = NO 52AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_clique_minimum.conf b/src/testing/test_testing_data_topology_clique_minimum.conf
index 1215b2ab7..d6904d619 100644
--- a/src/testing/test_testing_data_topology_clique_minimum.conf
+++ b/src/testing/test_testing_data_topology_clique_minimum.conf
@@ -45,7 +45,8 @@ WEAKRANDOM = YES
45TOPOLOGY = CLIQUE 45TOPOLOGY = CLIQUE
46CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM 46CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0 47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
48F2F = YES 48#F2F = YES
49HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
49 50
50[dht] 51[dht]
51AUTOSTART = NO 52AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_clique_random.conf b/src/testing/test_testing_data_topology_clique_random.conf
index f1de99829..0630d0ae7 100644
--- a/src/testing/test_testing_data_topology_clique_random.conf
+++ b/src/testing/test_testing_data_topology_clique_random.conf
@@ -48,6 +48,7 @@ TOPOLOGY = CLIQUE
48CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET 48CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
49CONNECT_TOPOLOGY_OPTION_MODIFIER = .15 49CONNECT_TOPOLOGY_OPTION_MODIFIER = .15
50F2F = YES 50F2F = YES
51HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
51 52
52[dht] 53[dht]
53AUTOSTART = NO 54AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_erdos_renyi.conf b/src/testing/test_testing_data_topology_erdos_renyi.conf
index 15bc54dd9..81e385239 100644
--- a/src/testing/test_testing_data_topology_erdos_renyi.conf
+++ b/src/testing/test_testing_data_topology_erdos_renyi.conf
@@ -34,6 +34,7 @@ NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = ERDOS_RENYI 35TOPOLOGY = ERDOS_RENYI
36F2F = YES 36F2F = YES
37HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
37 38
38[dht] 39[dht]
39AUTOSTART = NO 40AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_internat.conf b/src/testing/test_testing_data_topology_internat.conf
index e4382f802..460f25a66 100644
--- a/src/testing/test_testing_data_topology_internat.conf
+++ b/src/testing/test_testing_data_topology_internat.conf
@@ -34,6 +34,7 @@ NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = INTERNAT 35TOPOLOGY = INTERNAT
36F2F = YES 36F2F = YES
37HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
37 38
38[dht] 39[dht]
39AUTOSTART = NO 40AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_none.conf b/src/testing/test_testing_data_topology_none.conf
index 6a2d023dc..6ef4c3697 100644
--- a/src/testing/test_testing_data_topology_none.conf
+++ b/src/testing/test_testing_data_topology_none.conf
@@ -51,6 +51,7 @@ CONNECT_TOPOLOGY = RING
51#CONNECT_TOPOLOGY_OPTION = CONNECT_DFS 51#CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
52#CONNECT_TOPOLOGY_OPTION_MODIFIER = 20 52#CONNECT_TOPOLOGY_OPTION_MODIFIER = 20
53#DEBUG = YES 53#DEBUG = YES
54HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
54 55
55[dht] 56[dht]
56AUTOSTART = NO 57AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_ring.conf b/src/testing/test_testing_data_topology_ring.conf
index 759745011..2405125af 100644
--- a/src/testing/test_testing_data_topology_ring.conf
+++ b/src/testing/test_testing_data_topology_ring.conf
@@ -34,7 +34,7 @@ NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = RING 35TOPOLOGY = RING
36F2F = YES 36F2F = YES
37BLACKLISTING = YES 37HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
38 38
39[dht] 39[dht]
40AUTOSTART = NO 40AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_scale_free.conf b/src/testing/test_testing_data_topology_scale_free.conf
index 1a104b88b..b55aad8b2 100644
--- a/src/testing/test_testing_data_topology_scale_free.conf
+++ b/src/testing/test_testing_data_topology_scale_free.conf
@@ -44,6 +44,7 @@ NUM_PEERS = 50
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45TOPOLOGY = SCALE_FREE 45TOPOLOGY = SCALE_FREE
46F2F = YES 46F2F = YES
47HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
47 48
48[dht] 49[dht]
49AUTOSTART = NO 50AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_small_world_ring.conf b/src/testing/test_testing_data_topology_small_world_ring.conf
index bf7208970..162b14c0b 100644
--- a/src/testing/test_testing_data_topology_small_world_ring.conf
+++ b/src/testing/test_testing_data_topology_small_world_ring.conf
@@ -34,6 +34,7 @@ NUM_PEERS = 25
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = SMALL_WORLD_RING 35TOPOLOGY = SMALL_WORLD_RING
36F2F = YES 36F2F = YES
37HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
37 38
38[dht] 39[dht]
39AUTOSTART = NO 40AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_small_world_torus.conf b/src/testing/test_testing_data_topology_small_world_torus.conf
index b19fba607..b52fa0cdb 100644
--- a/src/testing/test_testing_data_topology_small_world_torus.conf
+++ b/src/testing/test_testing_data_topology_small_world_torus.conf
@@ -34,6 +34,7 @@ NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = SMALL_WORLD 35TOPOLOGY = SMALL_WORLD
36F2F = YES 36F2F = YES
37HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
37 38
38[dht] 39[dht]
39AUTOSTART = NO 40AUTOSTART = NO
diff --git a/src/testing/test_testing_data_topology_stability.conf b/src/testing/test_testing_data_topology_stability.conf
index 47e0a18df..9976e0f74 100644
--- a/src/testing/test_testing_data_topology_stability.conf
+++ b/src/testing/test_testing_data_topology_stability.conf
@@ -48,6 +48,7 @@ WEAKRANDOM = YES
48TOPOLOGY = CLIQUE 48TOPOLOGY = CLIQUE
49F2F = YES 49F2F = YES
50#DEBUG = YES 50#DEBUG = YES
51HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
51 52
52[dht] 53[dht]
53AUTOSTART = NO 54AUTOSTART = NO
diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf
index 2fa569890..758bbb3b2 100644
--- a/src/topology/test_gnunet_daemon_topology_data.conf
+++ b/src/topology/test_gnunet_daemon_topology_data.conf
@@ -41,3 +41,4 @@ AUTOSTART = NO
41 41
42[testing] 42[testing]
43WEAKRANDOM = YES 43WEAKRANDOM = YES
44HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat