gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16321 - gnunet/src/testing
Date: Tue, 2 Aug 2011 10:22:27 +0200

Author: grothoff
Date: 2011-08-02 10:22:27 +0200 (Tue, 02 Aug 2011)
New Revision: 16321

Modified:
   gnunet/src/testing/test_testing_connect_peer1.conf
   gnunet/src/testing/test_testing_connect_peer2.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
   gnunet/src/testing/test_testing_data_topology_stability.conf
   gnunet/src/testing/test_testing_defaults.conf
   gnunet/src/testing/test_testing_peergroup_data.conf
Log:
simplify

Modified: gnunet/src/testing/test_testing_connect_peer1.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer1.conf  2011-08-02 07:48:56 UTC 
(rev 16320)
+++ gnunet/src/testing/test_testing_connect_peer1.conf  2011-08-02 08:22:27 UTC 
(rev 16321)
@@ -5,7 +5,6 @@
 
 [transport-tcp]
 PORT = 12568
-BINDTO = 127.0.0.1
 
 [arm]
 PORT = 12566

Modified: gnunet/src/testing/test_testing_connect_peer2.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer2.conf  2011-08-02 07:48:56 UTC 
(rev 16320)
+++ gnunet/src/testing/test_testing_connect_peer2.conf  2011-08-02 08:22:27 UTC 
(rev 16321)
@@ -5,7 +5,6 @@
 
 [transport-tcp]
 PORT = 22568
-BINDTO = 127.0.0.1
 
 [arm]
 PORT = 22566

Modified: gnunet/src/testing/test_testing_data_remote.conf
===================================================================
--- gnunet/src/testing/test_testing_data_remote.conf    2011-08-02 07:48:56 UTC 
(rev 16320)
+++ gnunet/src/testing/test_testing_data_remote.conf    2011-08-02 08:22:27 UTC 
(rev 16321)
@@ -3,19 +3,10 @@
 DEFAULTCONFIG = test_testing_data_remote.conf
 
 [TESTING]
-CONTROL_HOST = 131.159.20.42
+CONTROL_HOST = 127.0.0.1
 HOSTFILE = remote_hosts.txt
 MAX_OUTSTANDING_SSH = 5
 
 [statistics]
 AUTOSTART = NO
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_2d_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2011-08-02 
07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2011-08-02 
08:22:27 UTC (rev 16321)
@@ -6,12 +6,3 @@
 NUM_PEERS = 13
 TOPOLOGY = 2D_TORUS
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_blacklist.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2011-08-02 08:22:27 UTC (rev 16321)
@@ -11,12 +11,3 @@
 [transport-udp]
 PORT = 2568
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_churn.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_churn.conf    2011-08-02 
07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_churn.conf    2011-08-02 
08:22:27 UTC (rev 16321)
@@ -5,18 +5,6 @@
 [TESTING]
 NUM_PEERS = 12
 
-[transport-udp]
-PORT = 2568
-
 [arm]
 DEFAULTSERVICES = peerinfo transport core
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_clique.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique.conf   2011-08-02 
07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_clique.conf   2011-08-02 
08:22:27 UTC (rev 16321)
@@ -8,18 +8,3 @@
 NUM_PEERS = 4
 TOPOLOGY = CLIQUE
 
-[transport-tcp]
-ENABLE_UPNP = NO
-
-[transport-udp]
-PORT = 2568
-
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_clique_dfs.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2011-08-02 08:22:27 UTC (rev 16321)
@@ -8,18 +8,6 @@
 CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
 CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
 
-[transport-udp]
-PORT = 2568
-
 [arm]
 DEFAULTSERVICES = peerinfo transport core
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2011-08-02 08:22:27 UTC (rev 16321)
@@ -8,15 +8,3 @@
 CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
 CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
 
-[transport-udp]
-PORT = 2568
-
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_clique_random.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2011-08-02 08:22:27 UTC (rev 16321)
@@ -8,21 +8,9 @@
 CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
 CONNECT_TOPOLOGY_OPTION_MODIFIER = .15
 
-[transport-udp]
-PORT = 2568
-
 [statistics]
 AUTOSTART = NO
 
 [resolver]
 AUTOSTART = NO
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2011-08-02 08:22:27 UTC (rev 16321)
@@ -5,12 +5,3 @@
 [TESTING]
 TOPOLOGY = ERDOS_RENYI
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_internat.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_internat.conf 2011-08-02 
07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_internat.conf 2011-08-02 
08:22:27 UTC (rev 16321)
@@ -5,12 +5,3 @@
 [TESTING]
 TOPOLOGY = INTERNAT
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_none.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_none.conf     2011-08-02 
07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_none.conf     2011-08-02 
08:22:27 UTC (rev 16321)
@@ -9,9 +9,6 @@
 BLACKLIST_TOPOLOGY = NONE
 CONNECT_TOPOLOGY = RING
 
-[transport-tcp]
-BINDTO = 127.0.0.1
-
 [arm]
 PORT = 0
 
@@ -38,13 +35,3 @@
 [hostlist]
 PORT = 0
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-PORT = 0
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_ring.conf     2011-08-02 
07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_ring.conf     2011-08-02 
08:22:27 UTC (rev 16321)
@@ -5,12 +5,3 @@
 [TESTING]
 TOPOLOGY = RING
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_scale_free.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2011-08-02 08:22:27 UTC (rev 16321)
@@ -6,18 +6,6 @@
 NUM_PEERS = 50
 TOPOLOGY = SCALE_FREE
 
-[transport-udp]
-PORT = 2568
-
 [arm]
 DEFAULTSERVICES = peerinfo transport core
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2011-08-02 08:22:27 UTC (rev 16321)
@@ -6,12 +6,3 @@
 NUM_PEERS = 25
 TOPOLOGY = SMALL_WORLD_RING
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2011-08-02 08:22:27 UTC (rev 16321)
@@ -5,12 +5,3 @@
 [TESTING]
 TOPOLOGY = SMALL_WORLD
 
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_data_topology_stability.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_stability.conf        
2011-08-02 07:48:56 UTC (rev 16320)
+++ gnunet/src/testing/test_testing_data_topology_stability.conf        
2011-08-02 08:22:27 UTC (rev 16321)
@@ -7,15 +7,3 @@
 NUM_PEERS = 2
 TOPOLOGY = CLIQUE
 
-[transport-udp]
-PORT = 2568
-
-[datastore]
-AUTOSTART = YES
-
-[fs]
-AUTOSTART = YES
-
-[mesh]
-AUTOSTART = YES
-

Modified: gnunet/src/testing/test_testing_defaults.conf
===================================================================
--- gnunet/src/testing/test_testing_defaults.conf       2011-08-02 07:48:56 UTC 
(rev 16320)
+++ gnunet/src/testing/test_testing_defaults.conf       2011-08-02 08:22:27 UTC 
(rev 16321)
@@ -18,6 +18,7 @@
 
 [transport-tcp]
 PORT = 2568
+BINDTO = 127.0.0.1
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_peergroup_data.conf
===================================================================
--- gnunet/src/testing/test_testing_peergroup_data.conf 2011-08-02 07:48:56 UTC 
(rev 16320)
+++ gnunet/src/testing/test_testing_peergroup_data.conf 2011-08-02 08:22:27 UTC 
(rev 16321)
@@ -20,6 +20,3 @@
 [arm]
 DEFAULTSERVICES = core
 
-[mesh]
-AUTOSTART = YES
-




reply via email to

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