gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15262 - gnunet/src/testing
Date: Thu, 19 May 2011 11:39:28 +0200

Author: wachs
Date: 2011-05-19 11:39:28 +0200 (Thu, 19 May 2011)
New Revision: 15262

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
   gnunet/src/testing/test_testing_data_topology_stability.conf
Log:
USE_LOCALADDR not needed in configs, is set by testing framework


Modified: gnunet/src/testing/test_testing_connect_peer1.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer1.conf  2011-05-19 09:26:08 UTC 
(rev 15261)
+++ gnunet/src/testing/test_testing_connect_peer1.conf  2011-05-19 09:39:28 UTC 
(rev 15262)
@@ -30,7 +30,6 @@
 
 [transport-tcp]
 PORT = 12568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 12569

Modified: gnunet/src/testing/test_testing_connect_peer2.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer2.conf  2011-05-19 09:26:08 UTC 
(rev 15261)
+++ gnunet/src/testing/test_testing_connect_peer2.conf  2011-05-19 09:39:28 UTC 
(rev 15262)
@@ -30,7 +30,6 @@
 
 [transport-tcp]
 PORT = 22568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 22569

Modified: gnunet/src/testing/test_testing_data.conf
===================================================================
--- gnunet/src/testing/test_testing_data.conf   2011-05-19 09:26:08 UTC (rev 
15261)
+++ gnunet/src/testing/test_testing_data.conf   2011-05-19 09:39:28 UTC (rev 
15262)
@@ -20,7 +20,7 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
+#USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_remote.conf
===================================================================
--- gnunet/src/testing/test_testing_data_remote.conf    2011-05-19 09:26:08 UTC 
(rev 15261)
+++ gnunet/src/testing/test_testing_data_remote.conf    2011-05-19 09:39:28 UTC 
(rev 15262)
@@ -21,7 +21,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_2d_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2011-05-19 
09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2011-05-19 
09:39:28 UTC (rev 15262)
@@ -21,7 +21,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_blacklist.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2011-05-19 09:39:28 UTC (rev 15262)
@@ -23,7 +23,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_churn.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_churn.conf    2011-05-19 
09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_churn.conf    2011-05-19 
09:39:28 UTC (rev 15262)
@@ -22,7 +22,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_clique.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique.conf   2011-05-19 
09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_clique.conf   2011-05-19 
09:39:28 UTC (rev 15262)
@@ -24,7 +24,6 @@
 [transport-tcp]
 PORT = 2568
 ENABLE_UPNP = NO
-USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_clique_dfs.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2011-05-19 09:39:28 UTC (rev 15262)
@@ -22,7 +22,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2011-05-19 09:39:28 UTC (rev 15262)
@@ -22,7 +22,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_clique_random.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2011-05-19 09:39:28 UTC (rev 15262)
@@ -24,7 +24,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2011-05-19 09:39:28 UTC (rev 15262)
@@ -21,7 +21,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_internat.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_internat.conf 2011-05-19 
09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_internat.conf 2011-05-19 
09:39:28 UTC (rev 15262)
@@ -21,7 +21,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_none.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_none.conf     2011-05-19 
09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_none.conf     2011-05-19 
09:39:28 UTC (rev 15262)
@@ -26,7 +26,6 @@
 [transport-tcp]
 PORT = 2568
 BINDTO = 127.0.0.1
-USE_LOCALADDR = YES 
 
 [peerinfo]
 PORT = 0

Modified: gnunet/src/testing/test_testing_data_topology_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_ring.conf     2011-05-19 
09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_ring.conf     2011-05-19 
09:39:28 UTC (rev 15262)
@@ -21,7 +21,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_scale_free.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2011-05-19 09:39:28 UTC (rev 15262)
@@ -22,7 +22,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2011-05-19 09:39:28 UTC (rev 15262)
@@ -21,7 +21,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2011-05-19 09:39:28 UTC (rev 15262)
@@ -21,7 +21,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_stability.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_stability.conf        
2011-05-19 09:26:08 UTC (rev 15261)
+++ gnunet/src/testing/test_testing_data_topology_stability.conf        
2011-05-19 09:39:28 UTC (rev 15262)
@@ -23,7 +23,6 @@
 
 [transport-tcp]
 PORT = 2568
-USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568




reply via email to

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