gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12315 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r12315 - gnunet/src/testing
Date: Wed, 21 Jul 2010 10:39:41 +0200

Author: grothoff
Date: 2010-07-21 10:39:41 +0200 (Wed, 21 Jul 2010)
New Revision: 12315

Modified:
   gnunet/src/testing/test_testing_connect_peer1.conf
   gnunet/src/testing/test_testing_connect_peer2.conf
   gnunet/src/testing/test_testing_data.conf
   gnunet/src/testing/test_testing_data_remote.conf
   gnunet/src/testing/test_testing_data_topology_2d_torus.conf
   gnunet/src/testing/test_testing_data_topology_blacklist.conf
   gnunet/src/testing/test_testing_data_topology_churn.conf
   gnunet/src/testing/test_testing_data_topology_clique.conf
   gnunet/src/testing/test_testing_data_topology_clique_dfs.conf
   gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
   gnunet/src/testing/test_testing_data_topology_clique_random.conf
   gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
   gnunet/src/testing/test_testing_data_topology_internat.conf
   gnunet/src/testing/test_testing_data_topology_none.conf
   gnunet/src/testing/test_testing_data_topology_ring.conf
   gnunet/src/testing/test_testing_data_topology_scale_free.conf
   gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
   gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
Log:
no dht auto

Modified: gnunet/src/testing/test_testing_connect_peer1.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer1.conf  2010-07-21 08:39:23 UTC 
(rev 12314)
+++ gnunet/src/testing/test_testing_connect_peer1.conf  2010-07-21 08:39:41 UTC 
(rev 12315)
@@ -49,3 +49,8 @@
 
 [datastore]
 AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_connect_peer2.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer2.conf  2010-07-21 08:39:23 UTC 
(rev 12314)
+++ gnunet/src/testing/test_testing_connect_peer2.conf  2010-07-21 08:39:41 UTC 
(rev 12315)
@@ -49,3 +49,8 @@
 
 [datastore]
 AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data.conf
===================================================================
--- gnunet/src/testing/test_testing_data.conf   2010-07-21 08:39:23 UTC (rev 
12314)
+++ gnunet/src/testing/test_testing_data.conf   2010-07-21 08:39:41 UTC (rev 
12315)
@@ -35,3 +35,8 @@
 
 [datastore]
 AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_remote.conf
===================================================================
--- gnunet/src/testing/test_testing_data_remote.conf    2010-07-21 08:39:23 UTC 
(rev 12314)
+++ gnunet/src/testing/test_testing_data_remote.conf    2010-07-21 08:39:41 UTC 
(rev 12315)
@@ -31,3 +31,8 @@
 CONTROL_HOST = 131.159.20.42
 HOSTS = 127.0.0.1
 WEAKRANDOM = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_2d_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2010-07-21 
08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2010-07-21 
08:39:41 UTC (rev 12315)
@@ -34,3 +34,8 @@
 WEAKRANDOM = YES
 TOPOLOGY = 2D_TORUS
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_blacklist.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2010-07-21 08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2010-07-21 08:39:41 UTC (rev 12315)
@@ -47,3 +47,8 @@
 BLACKLIST_TOPOLOGY = RING
 BLACKLIST_TRANSPORTS = tcp udp http
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_churn.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_churn.conf    2010-07-21 
08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_churn.conf    2010-07-21 
08:39:41 UTC (rev 12315)
@@ -42,3 +42,8 @@
 [testing]
 NUM_PEERS = 12
 WEAKRANDOM = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_clique.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique.conf   2010-07-21 
08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_clique.conf   2010-07-21 
08:39:41 UTC (rev 12315)
@@ -46,3 +46,8 @@
 TOPOLOGY = CLIQUE
 F2F = YES
 #DEBUG = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_clique_dfs.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2010-07-21 08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2010-07-21 08:39:41 UTC (rev 12315)
@@ -46,3 +46,8 @@
 CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
 CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2010-07-21 08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2010-07-21 08:39:41 UTC (rev 12315)
@@ -46,3 +46,8 @@
 CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
 CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_clique_random.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2010-07-21 08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2010-07-21 08:39:41 UTC (rev 12315)
@@ -46,3 +46,8 @@
 CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
 CONNECT_TOPOLOGY_OPTION_MODIFIER = .15
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2010-07-21 08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2010-07-21 08:39:41 UTC (rev 12315)
@@ -34,3 +34,8 @@
 WEAKRANDOM = YES
 TOPOLOGY = ERDOS_RENYI
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_internat.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_internat.conf 2010-07-21 
08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_internat.conf 2010-07-21 
08:39:41 UTC (rev 12315)
@@ -34,3 +34,8 @@
 WEAKRANDOM = YES
 TOPOLOGY = INTERNAT
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_none.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_none.conf     2010-07-21 
08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_none.conf     2010-07-21 
08:39:41 UTC (rev 12315)
@@ -51,3 +51,8 @@
 #CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
 #CONNECT_TOPOLOGY_OPTION_MODIFIER = 20
 #DEBUG = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_ring.conf     2010-07-21 
08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_ring.conf     2010-07-21 
08:39:41 UTC (rev 12315)
@@ -35,3 +35,8 @@
 TOPOLOGY = RING
 F2F = YES
 BLACKLISTING = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_scale_free.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2010-07-21 08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2010-07-21 08:39:41 UTC (rev 12315)
@@ -44,3 +44,8 @@
 WEAKRANDOM = YES
 TOPOLOGY = SCALE_FREE
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2010-07-21 08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2010-07-21 08:39:41 UTC (rev 12315)
@@ -34,3 +34,8 @@
 WEAKRANDOM = YES
 TOPOLOGY = SMALL_WORLD_RING
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+

Modified: gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2010-07-21 08:39:23 UTC (rev 12314)
+++ gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2010-07-21 08:39:41 UTC (rev 12315)
@@ -34,3 +34,8 @@
 WEAKRANDOM = YES
 TOPOLOGY = SMALL_WORLD
 F2F = YES
+
+[dht]
+AUTOSTART = NO
+
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]