aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-05-19 09:39:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-05-19 09:39:28 +0000
commitb93c64618cd4fd7b980f5c503d4d6bbdcc5e6c43 (patch)
tree1b3020066fb8dfe5e2dc4c7540625e1c14c52b36 /src/testing
parenta4915ad6b39aa8a67bee611106edbb505975030d (diff)
downloadgnunet-b93c64618cd4fd7b980f5c503d4d6bbdcc5e6c43.tar.gz
gnunet-b93c64618cd4fd7b980f5c503d4d6bbdcc5e6c43.zip
USE_LOCALADDR not needed in configs, is set by testing framework
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_connect_peer1.conf1
-rw-r--r--src/testing/test_testing_connect_peer2.conf1
-rw-r--r--src/testing/test_testing_data.conf2
-rw-r--r--src/testing/test_testing_data_remote.conf1
-rw-r--r--src/testing/test_testing_data_topology_2d_torus.conf1
-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.conf1
-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.conf1
-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
19 files changed, 1 insertions, 19 deletions
diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf
index 0892e2730..d5b2f6178 100644
--- a/src/testing/test_testing_connect_peer1.conf
+++ b/src/testing/test_testing_connect_peer1.conf
@@ -30,7 +30,6 @@ HOSTNAME = localhost
30 30
31[transport-tcp] 31[transport-tcp]
32PORT = 12568 32PORT = 12568
33USE_LOCALADDR = YES
34 33
35[peerinfo] 34[peerinfo]
36PORT = 12569 35PORT = 12569
diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf
index 71529a55f..0b40fb534 100644
--- a/src/testing/test_testing_connect_peer2.conf
+++ b/src/testing/test_testing_connect_peer2.conf
@@ -30,7 +30,6 @@ HOSTNAME = localhost
30 30
31[transport-tcp] 31[transport-tcp]
32PORT = 22568 32PORT = 22568
33USE_LOCALADDR = YES
34 33
35[peerinfo] 34[peerinfo]
36PORT = 22569 35PORT = 22569
diff --git a/src/testing/test_testing_data.conf b/src/testing/test_testing_data.conf
index e58a1bc0d..80b2fdfc1 100644
--- a/src/testing/test_testing_data.conf
+++ b/src/testing/test_testing_data.conf
@@ -20,7 +20,7 @@ PORT = 2567
20 20
21[transport-tcp] 21[transport-tcp]
22PORT = 2568 22PORT = 2568
23USE_LOCALADDR = YES 23#USE_LOCALADDR = YES
24 24
25[peerinfo] 25[peerinfo]
26PORT = 2569 26PORT = 2569
diff --git a/src/testing/test_testing_data_remote.conf b/src/testing/test_testing_data_remote.conf
index e2717d5a3..0f76fb862 100644
--- a/src/testing/test_testing_data_remote.conf
+++ b/src/testing/test_testing_data_remote.conf
@@ -21,7 +21,6 @@ PORT = 2567
21 21
22[transport-tcp] 22[transport-tcp]
23PORT = 2568 23PORT = 2568
24USE_LOCALADDR = YES
25 24
26[peerinfo] 25[peerinfo]
27PORT = 2569 26PORT = 2569
diff --git a/src/testing/test_testing_data_topology_2d_torus.conf b/src/testing/test_testing_data_topology_2d_torus.conf
index 15470e3a2..dcc63334e 100644
--- a/src/testing/test_testing_data_topology_2d_torus.conf
+++ b/src/testing/test_testing_data_topology_2d_torus.conf
@@ -21,7 +21,6 @@ PORT = 2567
21 21
22[transport-tcp] 22[transport-tcp]
23PORT = 2568 23PORT = 2568
24USE_LOCALADDR = YES
25 24
26[peerinfo] 25[peerinfo]
27PORT = 2569 26PORT = 2569
diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf
index c79fb4d4b..f970e40a4 100644
--- a/src/testing/test_testing_data_topology_blacklist.conf
+++ b/src/testing/test_testing_data_topology_blacklist.conf
@@ -23,7 +23,6 @@ PORT = 2567
23 23
24[transport-tcp] 24[transport-tcp]
25PORT = 2568 25PORT = 2568
26USE_LOCALADDR = YES
27 26
28[transport-udp] 27[transport-udp]
29PORT = 2568 28PORT = 2568
diff --git a/src/testing/test_testing_data_topology_churn.conf b/src/testing/test_testing_data_topology_churn.conf
index c06856285..650eea729 100644
--- a/src/testing/test_testing_data_topology_churn.conf
+++ b/src/testing/test_testing_data_topology_churn.conf
@@ -22,7 +22,6 @@ PORT = 2567
22 22
23[transport-tcp] 23[transport-tcp]
24PORT = 2568 24PORT = 2568
25USE_LOCALADDR = YES
26 25
27[transport-udp] 26[transport-udp]
28PORT = 2568 27PORT = 2568
diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf
index a6fb33613..ab86fbf13 100644
--- a/src/testing/test_testing_data_topology_clique.conf
+++ b/src/testing/test_testing_data_topology_clique.conf
@@ -24,7 +24,6 @@ PORT = 2567
24[transport-tcp] 24[transport-tcp]
25PORT = 2568 25PORT = 2568
26ENABLE_UPNP = NO 26ENABLE_UPNP = NO
27USE_LOCALADDR = YES
28 27
29[transport-udp] 28[transport-udp]
30PORT = 2568 29PORT = 2568
diff --git a/src/testing/test_testing_data_topology_clique_dfs.conf b/src/testing/test_testing_data_topology_clique_dfs.conf
index 194c8ca38..a088803b3 100644
--- a/src/testing/test_testing_data_topology_clique_dfs.conf
+++ b/src/testing/test_testing_data_topology_clique_dfs.conf
@@ -22,7 +22,6 @@ PORT = 2567
22 22
23[transport-tcp] 23[transport-tcp]
24PORT = 2568 24PORT = 2568
25USE_LOCALADDR = YES
26 25
27[transport-udp] 26[transport-udp]
28PORT = 2568 27PORT = 2568
diff --git a/src/testing/test_testing_data_topology_clique_minimum.conf b/src/testing/test_testing_data_topology_clique_minimum.conf
index 2c60462d8..d6904d619 100644
--- a/src/testing/test_testing_data_topology_clique_minimum.conf
+++ b/src/testing/test_testing_data_topology_clique_minimum.conf
@@ -22,7 +22,6 @@ PORT = 2567
22 22
23[transport-tcp] 23[transport-tcp]
24PORT = 2568 24PORT = 2568
25USE_LOCALADDR = YES
26 25
27[transport-udp] 26[transport-udp]
28PORT = 2568 27PORT = 2568
diff --git a/src/testing/test_testing_data_topology_clique_random.conf b/src/testing/test_testing_data_topology_clique_random.conf
index fcedbe44e..0630d0ae7 100644
--- a/src/testing/test_testing_data_topology_clique_random.conf
+++ b/src/testing/test_testing_data_topology_clique_random.conf
@@ -24,7 +24,6 @@ PORT = 2567
24 24
25[transport-tcp] 25[transport-tcp]
26PORT = 2568 26PORT = 2568
27USE_LOCALADDR = YES
28 27
29[transport-udp] 28[transport-udp]
30PORT = 2568 29PORT = 2568
diff --git a/src/testing/test_testing_data_topology_erdos_renyi.conf b/src/testing/test_testing_data_topology_erdos_renyi.conf
index 3f0279312..81e385239 100644
--- a/src/testing/test_testing_data_topology_erdos_renyi.conf
+++ b/src/testing/test_testing_data_topology_erdos_renyi.conf
@@ -21,7 +21,6 @@ PORT = 2567
21 21
22[transport-tcp] 22[transport-tcp]
23PORT = 2568 23PORT = 2568
24USE_LOCALADDR = YES
25 24
26[peerinfo] 25[peerinfo]
27PORT = 2569 26PORT = 2569
diff --git a/src/testing/test_testing_data_topology_internat.conf b/src/testing/test_testing_data_topology_internat.conf
index bc4d29d52..460f25a66 100644
--- a/src/testing/test_testing_data_topology_internat.conf
+++ b/src/testing/test_testing_data_topology_internat.conf
@@ -21,7 +21,6 @@ PORT = 2567
21 21
22[transport-tcp] 22[transport-tcp]
23PORT = 2568 23PORT = 2568
24USE_LOCALADDR = YES
25 24
26[peerinfo] 25[peerinfo]
27PORT = 2569 26PORT = 2569
diff --git a/src/testing/test_testing_data_topology_none.conf b/src/testing/test_testing_data_topology_none.conf
index d98192080..6ef4c3697 100644
--- a/src/testing/test_testing_data_topology_none.conf
+++ b/src/testing/test_testing_data_topology_none.conf
@@ -26,7 +26,6 @@ PORT = 0
26[transport-tcp] 26[transport-tcp]
27PORT = 2568 27PORT = 2568
28BINDTO = 127.0.0.1 28BINDTO = 127.0.0.1
29USE_LOCALADDR = YES
30 29
31[peerinfo] 30[peerinfo]
32PORT = 0 31PORT = 0
diff --git a/src/testing/test_testing_data_topology_ring.conf b/src/testing/test_testing_data_topology_ring.conf
index b53443b14..2405125af 100644
--- a/src/testing/test_testing_data_topology_ring.conf
+++ b/src/testing/test_testing_data_topology_ring.conf
@@ -21,7 +21,6 @@ PORT = 2567
21 21
22[transport-tcp] 22[transport-tcp]
23PORT = 2568 23PORT = 2568
24USE_LOCALADDR = YES
25 24
26[peerinfo] 25[peerinfo]
27PORT = 2569 26PORT = 2569
diff --git a/src/testing/test_testing_data_topology_scale_free.conf b/src/testing/test_testing_data_topology_scale_free.conf
index ac9e2a361..b55aad8b2 100644
--- a/src/testing/test_testing_data_topology_scale_free.conf
+++ b/src/testing/test_testing_data_topology_scale_free.conf
@@ -22,7 +22,6 @@ PORT = 2567
22 22
23[transport-tcp] 23[transport-tcp]
24PORT = 2568 24PORT = 2568
25USE_LOCALADDR = YES
26 25
27[transport-udp] 26[transport-udp]
28PORT = 2568 27PORT = 2568
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 22bdc4e88..162b14c0b 100644
--- a/src/testing/test_testing_data_topology_small_world_ring.conf
+++ b/src/testing/test_testing_data_topology_small_world_ring.conf
@@ -21,7 +21,6 @@ PORT = 2567
21 21
22[transport-tcp] 22[transport-tcp]
23PORT = 2568 23PORT = 2568
24USE_LOCALADDR = YES
25 24
26[peerinfo] 25[peerinfo]
27PORT = 2569 26PORT = 2569
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 f0fcaa825..b52fa0cdb 100644
--- a/src/testing/test_testing_data_topology_small_world_torus.conf
+++ b/src/testing/test_testing_data_topology_small_world_torus.conf
@@ -21,7 +21,6 @@ PORT = 2567
21 21
22[transport-tcp] 22[transport-tcp]
23PORT = 2568 23PORT = 2568
24USE_LOCALADDR = YES
25 24
26[peerinfo] 25[peerinfo]
27PORT = 2569 26PORT = 2569
diff --git a/src/testing/test_testing_data_topology_stability.conf b/src/testing/test_testing_data_topology_stability.conf
index d7faa9e55..9976e0f74 100644
--- a/src/testing/test_testing_data_topology_stability.conf
+++ b/src/testing/test_testing_data_topology_stability.conf
@@ -23,7 +23,6 @@ PORT = 2567
23 23
24[transport-tcp] 24[transport-tcp]
25PORT = 2568 25PORT = 2568
26USE_LOCALADDR = YES
27 26
28[transport-udp] 27[transport-udp]
29PORT = 2568 28PORT = 2568