From 6237a406f8c329cbfbafb43233c7094d92d37bee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 21 Jul 2010 08:39:41 +0000 Subject: [PATCH] no dht auto --- src/testing/test_testing_connect_peer1.conf | 5 +++++ src/testing/test_testing_connect_peer2.conf | 5 +++++ src/testing/test_testing_data.conf | 5 +++++ src/testing/test_testing_data_remote.conf | 5 +++++ src/testing/test_testing_data_topology_2d_torus.conf | 5 +++++ src/testing/test_testing_data_topology_blacklist.conf | 5 +++++ src/testing/test_testing_data_topology_churn.conf | 5 +++++ src/testing/test_testing_data_topology_clique.conf | 5 +++++ src/testing/test_testing_data_topology_clique_dfs.conf | 5 +++++ src/testing/test_testing_data_topology_clique_minimum.conf | 5 +++++ src/testing/test_testing_data_topology_clique_random.conf | 5 +++++ src/testing/test_testing_data_topology_erdos_renyi.conf | 5 +++++ src/testing/test_testing_data_topology_internat.conf | 5 +++++ src/testing/test_testing_data_topology_none.conf | 5 +++++ src/testing/test_testing_data_topology_ring.conf | 5 +++++ src/testing/test_testing_data_topology_scale_free.conf | 5 +++++ src/testing/test_testing_data_topology_small_world_ring.conf | 5 +++++ .../test_testing_data_topology_small_world_torus.conf | 5 +++++ 18 files changed, 90 insertions(+) diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf index 9b240c855..ab2cfb66c 100644 --- a/src/testing/test_testing_connect_peer1.conf +++ b/src/testing/test_testing_connect_peer1.conf @@ -49,3 +49,8 @@ AUTOSTART = NO [datastore] AUTOSTART = NO + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf index 5d4237343..7730c3393 100644 --- a/src/testing/test_testing_connect_peer2.conf +++ b/src/testing/test_testing_connect_peer2.conf @@ -49,3 +49,8 @@ AUTOSTART = NO [datastore] AUTOSTART = NO + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data.conf b/src/testing/test_testing_data.conf index cb94d6f51..5a44f1162 100644 --- a/src/testing/test_testing_data.conf +++ b/src/testing/test_testing_data.conf @@ -35,3 +35,8 @@ AUTOSTART = NO [datastore] AUTOSTART = NO + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_remote.conf b/src/testing/test_testing_data_remote.conf index 69d8bb1be..3c28c5ece 100644 --- a/src/testing/test_testing_data_remote.conf +++ b/src/testing/test_testing_data_remote.conf @@ -31,3 +31,8 @@ PORT = 2570 CONTROL_HOST = 131.159.20.42 HOSTS = 127.0.0.1 WEAKRANDOM = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_2d_torus.conf b/src/testing/test_testing_data_topology_2d_torus.conf index f67510069..c1e0c7552 100644 --- a/src/testing/test_testing_data_topology_2d_torus.conf +++ b/src/testing/test_testing_data_topology_2d_torus.conf @@ -34,3 +34,8 @@ NUM_PEERS = 5 WEAKRANDOM = YES TOPOLOGY = 2D_TORUS F2F = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf index d37331aea..0e720d256 100644 --- a/src/testing/test_testing_data_topology_blacklist.conf +++ b/src/testing/test_testing_data_topology_blacklist.conf @@ -47,3 +47,8 @@ TOPOLOGY = CLIQUE BLACKLIST_TOPOLOGY = RING BLACKLIST_TRANSPORTS = tcp udp http F2F = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_churn.conf b/src/testing/test_testing_data_topology_churn.conf index a4c2f8c15..13b7ca54a 100644 --- a/src/testing/test_testing_data_topology_churn.conf +++ b/src/testing/test_testing_data_topology_churn.conf @@ -42,3 +42,8 @@ PORT = 2570 [testing] NUM_PEERS = 12 WEAKRANDOM = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf index 114364da2..012c2cab4 100644 --- a/src/testing/test_testing_data_topology_clique.conf +++ b/src/testing/test_testing_data_topology_clique.conf @@ -46,3 +46,8 @@ WEAKRANDOM = YES TOPOLOGY = CLIQUE F2F = YES #DEBUG = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_clique_dfs.conf b/src/testing/test_testing_data_topology_clique_dfs.conf index b83b6d9d6..0a304e1a2 100644 --- a/src/testing/test_testing_data_topology_clique_dfs.conf +++ b/src/testing/test_testing_data_topology_clique_dfs.conf @@ -46,3 +46,8 @@ TOPOLOGY = CLIQUE CONNECT_TOPOLOGY_OPTION = CONNECT_DFS CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0 F2F = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_clique_minimum.conf b/src/testing/test_testing_data_topology_clique_minimum.conf index e4a72862c..1215b2ab7 100644 --- a/src/testing/test_testing_data_topology_clique_minimum.conf +++ b/src/testing/test_testing_data_topology_clique_minimum.conf @@ -46,3 +46,8 @@ TOPOLOGY = CLIQUE CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0 F2F = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_clique_random.conf b/src/testing/test_testing_data_topology_clique_random.conf index f66baf439..edf2eb56e 100644 --- a/src/testing/test_testing_data_topology_clique_random.conf +++ b/src/testing/test_testing_data_topology_clique_random.conf @@ -46,3 +46,8 @@ TOPOLOGY = CLIQUE CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET CONNECT_TOPOLOGY_OPTION_MODIFIER = .15 F2F = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_erdos_renyi.conf b/src/testing/test_testing_data_topology_erdos_renyi.conf index b2a98bc52..15bc54dd9 100644 --- a/src/testing/test_testing_data_topology_erdos_renyi.conf +++ b/src/testing/test_testing_data_topology_erdos_renyi.conf @@ -34,3 +34,8 @@ NUM_PEERS = 5 WEAKRANDOM = YES TOPOLOGY = ERDOS_RENYI F2F = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_internat.conf b/src/testing/test_testing_data_topology_internat.conf index 806bd47a0..e4382f802 100644 --- a/src/testing/test_testing_data_topology_internat.conf +++ b/src/testing/test_testing_data_topology_internat.conf @@ -34,3 +34,8 @@ NUM_PEERS = 5 WEAKRANDOM = YES TOPOLOGY = INTERNAT F2F = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_none.conf b/src/testing/test_testing_data_topology_none.conf index f03633d56..d63b99ba4 100644 --- a/src/testing/test_testing_data_topology_none.conf +++ b/src/testing/test_testing_data_topology_none.conf @@ -51,3 +51,8 @@ CONNECT_TOPOLOGY = RING #CONNECT_TOPOLOGY_OPTION = CONNECT_DFS #CONNECT_TOPOLOGY_OPTION_MODIFIER = 20 #DEBUG = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_ring.conf b/src/testing/test_testing_data_topology_ring.conf index c3621d259..759745011 100644 --- a/src/testing/test_testing_data_topology_ring.conf +++ b/src/testing/test_testing_data_topology_ring.conf @@ -35,3 +35,8 @@ WEAKRANDOM = YES TOPOLOGY = RING F2F = YES BLACKLISTING = YES + +[dht] +AUTOSTART = NO + + diff --git a/src/testing/test_testing_data_topology_scale_free.conf b/src/testing/test_testing_data_topology_scale_free.conf index 456a81baa..abf86e3d9 100644 --- a/src/testing/test_testing_data_topology_scale_free.conf +++ b/src/testing/test_testing_data_topology_scale_free.conf @@ -44,3 +44,8 @@ NUM_PEERS = 500 WEAKRANDOM = YES TOPOLOGY = SCALE_FREE F2F = YES + +[dht] +AUTOSTART = 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 2b98bf5af..bf7208970 100644 --- a/src/testing/test_testing_data_topology_small_world_ring.conf +++ b/src/testing/test_testing_data_topology_small_world_ring.conf @@ -34,3 +34,8 @@ NUM_PEERS = 25 WEAKRANDOM = YES TOPOLOGY = SMALL_WORLD_RING F2F = YES + +[dht] +AUTOSTART = 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 fec198881..b19fba607 100644 --- a/src/testing/test_testing_data_topology_small_world_torus.conf +++ b/src/testing/test_testing_data_topology_small_world_torus.conf @@ -34,3 +34,8 @@ NUM_PEERS = 5 WEAKRANDOM = YES TOPOLOGY = SMALL_WORLD F2F = YES + +[dht] +AUTOSTART = NO + + -- 2.25.1