aboutsummaryrefslogtreecommitdiff
path: root/src/testing_old
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing_old')
-rw-r--r--src/testing_old/test_testing_2dtorus.conf1
-rw-r--r--src/testing_old/test_testing_connect_peer1.conf1
-rw-r--r--src/testing_old/test_testing_connect_peer2.conf1
-rw-r--r--src/testing_old/test_testing_data.conf1
-rw-r--r--src/testing_old/test_testing_data_remote.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_2d_torus.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_blacklist.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_churn.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_clique.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_clique_dfs.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_clique_minimum.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_clique_random.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_erdos_renyi.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_internat.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_none.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_ring.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_scale_free.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_small_world_ring.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_small_world_torus.conf1
-rw-r--r--src/testing_old/test_testing_data_topology_stability.conf1
-rw-r--r--src/testing_old/test_testing_defaults.conf1
-rw-r--r--src/testing_old/test_testing_peergroup_data.conf1
22 files changed, 0 insertions, 22 deletions
diff --git a/src/testing_old/test_testing_2dtorus.conf b/src/testing_old/test_testing_2dtorus.conf
index 69c59567d..4ec3db83e 100644
--- a/src/testing_old/test_testing_2dtorus.conf
+++ b/src/testing_old/test_testing_2dtorus.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test_testing_2dtorus/ 3SERVICEHOME = /tmp/test_testing_2dtorus/
4DEFAULTCONFIG = test_testing_2dtorus.conf
5 4
6[arm] 5[arm]
7PORT = 10010 6PORT = 10010
diff --git a/src/testing_old/test_testing_connect_peer1.conf b/src/testing_old/test_testing_connect_peer1.conf
index cccda5e2a..3349990c5 100644
--- a/src/testing_old/test_testing_connect_peer1.conf
+++ b/src/testing_old/test_testing_connect_peer1.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-testing-connect-peer1/ 3SERVICEHOME = /tmp/test-gnunet-testing-connect-peer1/
4DEFAULTCONFIG = test_testing_connect_peer1.conf
5 4
6[transport-tcp] 5[transport-tcp]
7PORT = 12568 6PORT = 12568
diff --git a/src/testing_old/test_testing_connect_peer2.conf b/src/testing_old/test_testing_connect_peer2.conf
index 08ec55113..fb1f19c8e 100644
--- a/src/testing_old/test_testing_connect_peer2.conf
+++ b/src/testing_old/test_testing_connect_peer2.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-testing-connect-peer2/ 3SERVICEHOME = /tmp/test-gnunet-testing-connect-peer2/
4DEFAULTCONFIG = test_testing_connect_peer2.conf
5 4
6[transport-tcp] 5[transport-tcp]
7PORT = 22568 6PORT = 22568
diff --git a/src/testing_old/test_testing_data.conf b/src/testing_old/test_testing_data.conf
index c46cb0d42..8bccc3e8d 100644
--- a/src/testing_old/test_testing_data.conf
+++ b/src/testing_old/test_testing_data.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data.conf
4 3
5[arm] 4[arm]
6DEFAULTSERVICES = core 5DEFAULTSERVICES = core
diff --git a/src/testing_old/test_testing_data_remote.conf b/src/testing_old/test_testing_data_remote.conf
index 477baad7e..3c7389afc 100644
--- a/src/testing_old/test_testing_data_remote.conf
+++ b/src/testing_old/test_testing_data_remote.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_remote.conf
4 3
5[TESTING_old] 4[TESTING_old]
6CONTROL_HOST = 127.0.0.1 5CONTROL_HOST = 127.0.0.1
diff --git a/src/testing_old/test_testing_data_topology_2d_torus.conf b/src/testing_old/test_testing_data_topology_2d_torus.conf
index 62fff6925..6a890e95b 100644
--- a/src/testing_old/test_testing_data_topology_2d_torus.conf
+++ b/src/testing_old/test_testing_data_topology_2d_torus.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_2d_torus.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 13 5NUM_PEERS = 13
diff --git a/src/testing_old/test_testing_data_topology_blacklist.conf b/src/testing_old/test_testing_data_topology_blacklist.conf
index 28e61301a..d60d9d77a 100644
--- a/src/testing_old/test_testing_data_topology_blacklist.conf
+++ b/src/testing_old/test_testing_data_topology_blacklist.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_blacklist.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 4 5NUM_PEERS = 4
diff --git a/src/testing_old/test_testing_data_topology_churn.conf b/src/testing_old/test_testing_data_topology_churn.conf
index ae46bf0e6..53a261f2b 100644
--- a/src/testing_old/test_testing_data_topology_churn.conf
+++ b/src/testing_old/test_testing_data_topology_churn.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_churn.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 12 5NUM_PEERS = 12
diff --git a/src/testing_old/test_testing_data_topology_clique.conf b/src/testing_old/test_testing_data_topology_clique.conf
index c71a4b6c2..8ef25c78e 100644
--- a/src/testing_old/test_testing_data_topology_clique.conf
+++ b/src/testing_old/test_testing_data_topology_clique.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6CONNECT_TIMEOUT = 180 s 5CONNECT_TIMEOUT = 180 s
diff --git a/src/testing_old/test_testing_data_topology_clique_dfs.conf b/src/testing_old/test_testing_data_topology_clique_dfs.conf
index 349c398ed..8fc926320 100644
--- a/src/testing_old/test_testing_data_topology_clique_dfs.conf
+++ b/src/testing_old/test_testing_data_topology_clique_dfs.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 7 5NUM_PEERS = 7
diff --git a/src/testing_old/test_testing_data_topology_clique_minimum.conf b/src/testing_old/test_testing_data_topology_clique_minimum.conf
index 8d8206d33..88de2aef1 100644
--- a/src/testing_old/test_testing_data_topology_clique_minimum.conf
+++ b/src/testing_old/test_testing_data_topology_clique_minimum.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 20 5NUM_PEERS = 20
diff --git a/src/testing_old/test_testing_data_topology_clique_random.conf b/src/testing_old/test_testing_data_topology_clique_random.conf
index d76175291..a88ddccbc 100644
--- a/src/testing_old/test_testing_data_topology_clique_random.conf
+++ b/src/testing_old/test_testing_data_topology_clique_random.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 20 5NUM_PEERS = 20
diff --git a/src/testing_old/test_testing_data_topology_erdos_renyi.conf b/src/testing_old/test_testing_data_topology_erdos_renyi.conf
index ece17e505..e8a5883b2 100644
--- a/src/testing_old/test_testing_data_topology_erdos_renyi.conf
+++ b/src/testing_old/test_testing_data_topology_erdos_renyi.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6TOPOLOGY = ERDOS_RENYI 5TOPOLOGY = ERDOS_RENYI
diff --git a/src/testing_old/test_testing_data_topology_internat.conf b/src/testing_old/test_testing_data_topology_internat.conf
index 14475ce55..2a0da4ac2 100644
--- a/src/testing_old/test_testing_data_topology_internat.conf
+++ b/src/testing_old/test_testing_data_topology_internat.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6TOPOLOGY = INTERNAT 5TOPOLOGY = INTERNAT
diff --git a/src/testing_old/test_testing_data_topology_none.conf b/src/testing_old/test_testing_data_topology_none.conf
index 38e658680..e0ffe5244 100644
--- a/src/testing_old/test_testing_data_topology_none.conf
+++ b/src/testing_old/test_testing_data_topology_none.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 1000 5NUM_PEERS = 1000
diff --git a/src/testing_old/test_testing_data_topology_ring.conf b/src/testing_old/test_testing_data_topology_ring.conf
index 5320ae068..4720d6ddd 100644
--- a/src/testing_old/test_testing_data_topology_ring.conf
+++ b/src/testing_old/test_testing_data_topology_ring.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6TOPOLOGY = RING 5TOPOLOGY = RING
diff --git a/src/testing_old/test_testing_data_topology_scale_free.conf b/src/testing_old/test_testing_data_topology_scale_free.conf
index ae7233588..06a8095f0 100644
--- a/src/testing_old/test_testing_data_topology_scale_free.conf
+++ b/src/testing_old/test_testing_data_topology_scale_free.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_scale_free.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 50 5NUM_PEERS = 50
diff --git a/src/testing_old/test_testing_data_topology_small_world_ring.conf b/src/testing_old/test_testing_data_topology_small_world_ring.conf
index 10e398fa0..dc4f0991a 100644
--- a/src/testing_old/test_testing_data_topology_small_world_ring.conf
+++ b/src/testing_old/test_testing_data_topology_small_world_ring.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6NUM_PEERS = 25 5NUM_PEERS = 25
diff --git a/src/testing_old/test_testing_data_topology_small_world_torus.conf b/src/testing_old/test_testing_data_topology_small_world_torus.conf
index d5a58b760..cfc2f76d2 100644
--- a/src/testing_old/test_testing_data_topology_small_world_torus.conf
+++ b/src/testing_old/test_testing_data_topology_small_world_torus.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6TOPOLOGY = SMALL_WORLD 5TOPOLOGY = SMALL_WORLD
diff --git a/src/testing_old/test_testing_data_topology_stability.conf b/src/testing_old/test_testing_data_topology_stability.conf
index 389c0aa25..aa2cf2cfa 100644
--- a/src/testing_old/test_testing_data_topology_stability.conf
+++ b/src/testing_old/test_testing_data_topology_stability.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 3
5[TESTING_old] 4[TESTING_old]
6SETTLE_TIME = 600 s 5SETTLE_TIME = 600 s
diff --git a/src/testing_old/test_testing_defaults.conf b/src/testing_old/test_testing_defaults.conf
index a28baa7be..dac98aac3 100644
--- a/src/testing_old/test_testing_defaults.conf
+++ b/src/testing_old/test_testing_defaults.conf
@@ -1,6 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/ 2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_defaults.conf
4 3
5[resolver] 4[resolver]
6PORT = 2564 5PORT = 2564
diff --git a/src/testing_old/test_testing_peergroup_data.conf b/src/testing_old/test_testing_peergroup_data.conf
index 880cebf86..f642627a1 100644
--- a/src/testing_old/test_testing_peergroup_data.conf
+++ b/src/testing_old/test_testing_peergroup_data.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_testing_defaults.conf 1@INLINE@ test_testing_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_testing_peergroup_data.conf
4 3
5[TESTING_old] 4[TESTING_old]
6CONNECT_ATTEMPTS = 2 5CONNECT_ATTEMPTS = 2