aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 09:53:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 09:53:29 +0000
commit8d4b8f91ac792069e558da02e4959c6578571dfe (patch)
tree20ccb849cb5e26dd43d25c5b8046faf4c0891f99 /src/testing
parentf82fe761f677fc42757b8da98d13691b77baeb0b (diff)
downloadgnunet-8d4b8f91ac792069e558da02e4959c6578571dfe.tar.gz
gnunet-8d4b8f91ac792069e558da02e4959c6578571dfe.zip
fix
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_connect_peer1.conf9
-rw-r--r--src/testing/test_testing_connect_peer2.conf9
-rw-r--r--src/testing/test_testing_data.conf9
-rw-r--r--src/testing/test_testing_data_remote.conf9
-rw-r--r--src/testing/test_testing_data_topology_2d_torus.conf9
-rw-r--r--src/testing/test_testing_data_topology_blacklist.conf9
-rw-r--r--src/testing/test_testing_data_topology_churn.conf9
-rw-r--r--src/testing/test_testing_data_topology_clique.conf9
-rw-r--r--src/testing/test_testing_data_topology_clique_dfs.conf9
-rw-r--r--src/testing/test_testing_data_topology_clique_minimum.conf9
-rw-r--r--src/testing/test_testing_data_topology_clique_random.conf9
-rw-r--r--src/testing/test_testing_data_topology_erdos_renyi.conf9
-rw-r--r--src/testing/test_testing_data_topology_internat.conf9
-rw-r--r--src/testing/test_testing_data_topology_none.conf9
-rw-r--r--src/testing/test_testing_data_topology_ring.conf9
-rw-r--r--src/testing/test_testing_data_topology_scale_free.conf9
-rw-r--r--src/testing/test_testing_data_topology_small_world_ring.conf9
-rw-r--r--src/testing/test_testing_data_topology_small_world_torus.conf9
-rw-r--r--src/testing/test_testing_data_topology_stability.conf9
-rw-r--r--src/testing/test_testing_peergroup_data.conf9
20 files changed, 180 insertions, 0 deletions
diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf
index d5b2f6178..fec00cbe7 100644
--- a/src/testing/test_testing_connect_peer1.conf
+++ b/src/testing/test_testing_connect_peer1.conf
@@ -56,3 +56,12 @@ AUTOSTART = NO
56 56
57[mesh] 57[mesh]
58AUTOSTART = NO 58AUTOSTART = NO
59
60[nat]
61DISABLEV6 = YES
62BINDTO = 127.0.0.1
63ENABLE_UPNP = NO
64BEHIND_NAT = NO
65ALLOW_NAT = NO
66INTERNAL_ADDRESS = 127.0.0.1
67EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf
index 0b40fb534..4b63d4721 100644
--- a/src/testing/test_testing_connect_peer2.conf
+++ b/src/testing/test_testing_connect_peer2.conf
@@ -58,3 +58,12 @@ AUTOSTART = NO
58AUTOSTART = NO 58AUTOSTART = NO
59 59
60 60
61
62[nat]
63DISABLEV6 = YES
64BINDTO = 127.0.0.1
65ENABLE_UPNP = NO
66BEHIND_NAT = NO
67ALLOW_NAT = NO
68INTERNAL_ADDRESS = 127.0.0.1
69EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data.conf b/src/testing/test_testing_data.conf
index 80b2fdfc1..e9a443a1c 100644
--- a/src/testing/test_testing_data.conf
+++ b/src/testing/test_testing_data.conf
@@ -43,3 +43,12 @@ AUTOSTART = NO
43 43
44[mesh] 44[mesh]
45AUTOSTART = NO 45AUTOSTART = NO
46
47[nat]
48DISABLEV6 = YES
49BINDTO = 127.0.0.1
50ENABLE_UPNP = NO
51BEHIND_NAT = NO
52ALLOW_NAT = NO
53INTERNAL_ADDRESS = 127.0.0.1
54EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_remote.conf b/src/testing/test_testing_data_remote.conf
index 0f76fb862..703081764 100644
--- a/src/testing/test_testing_data_remote.conf
+++ b/src/testing/test_testing_data_remote.conf
@@ -40,3 +40,12 @@ MAX_OUTSTANDING_SSH = 5
40AUTOSTART = NO 40AUTOSTART = NO
41 41
42 42
43
44[nat]
45DISABLEV6 = YES
46BINDTO = 127.0.0.1
47ENABLE_UPNP = NO
48BEHIND_NAT = NO
49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_2d_torus.conf b/src/testing/test_testing_data_topology_2d_torus.conf
index dcc63334e..66b35c7fc 100644
--- a/src/testing/test_testing_data_topology_2d_torus.conf
+++ b/src/testing/test_testing_data_topology_2d_torus.conf
@@ -40,3 +40,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
40AUTOSTART = NO 40AUTOSTART = NO
41 41
42 42
43
44[nat]
45DISABLEV6 = YES
46BINDTO = 127.0.0.1
47ENABLE_UPNP = NO
48BEHIND_NAT = NO
49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf
index f970e40a4..bd50557c9 100644
--- a/src/testing/test_testing_data_topology_blacklist.conf
+++ b/src/testing/test_testing_data_topology_blacklist.conf
@@ -53,3 +53,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
53AUTOSTART = NO 53AUTOSTART = NO
54 54
55 55
56
57[nat]
58DISABLEV6 = YES
59BINDTO = 127.0.0.1
60ENABLE_UPNP = NO
61BEHIND_NAT = NO
62ALLOW_NAT = NO
63INTERNAL_ADDRESS = 127.0.0.1
64EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_churn.conf b/src/testing/test_testing_data_topology_churn.conf
index 650eea729..449c0d82b 100644
--- a/src/testing/test_testing_data_topology_churn.conf
+++ b/src/testing/test_testing_data_topology_churn.conf
@@ -48,3 +48,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
48AUTOSTART = NO 48AUTOSTART = NO
49 49
50 50
51
52[nat]
53DISABLEV6 = YES
54BINDTO = 127.0.0.1
55ENABLE_UPNP = NO
56BEHIND_NAT = NO
57ALLOW_NAT = NO
58INTERNAL_ADDRESS = 127.0.0.1
59EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf
index ab86fbf13..0bd569b6a 100644
--- a/src/testing/test_testing_data_topology_clique.conf
+++ b/src/testing/test_testing_data_topology_clique.conf
@@ -55,3 +55,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
55AUTOSTART = NO 55AUTOSTART = NO
56 56
57 57
58
59[nat]
60DISABLEV6 = YES
61BINDTO = 127.0.0.1
62ENABLE_UPNP = NO
63BEHIND_NAT = NO
64ALLOW_NAT = NO
65INTERNAL_ADDRESS = 127.0.0.1
66EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_clique_dfs.conf b/src/testing/test_testing_data_topology_clique_dfs.conf
index a088803b3..0b8bd83d8 100644
--- a/src/testing/test_testing_data_topology_clique_dfs.conf
+++ b/src/testing/test_testing_data_topology_clique_dfs.conf
@@ -52,3 +52,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
52AUTOSTART = NO 52AUTOSTART = NO
53 53
54 54
55
56[nat]
57DISABLEV6 = YES
58BINDTO = 127.0.0.1
59ENABLE_UPNP = NO
60BEHIND_NAT = NO
61ALLOW_NAT = NO
62INTERNAL_ADDRESS = 127.0.0.1
63EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_clique_minimum.conf b/src/testing/test_testing_data_topology_clique_minimum.conf
index d6904d619..69e287dcc 100644
--- a/src/testing/test_testing_data_topology_clique_minimum.conf
+++ b/src/testing/test_testing_data_topology_clique_minimum.conf
@@ -52,3 +52,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
52AUTOSTART = NO 52AUTOSTART = NO
53 53
54 54
55
56[nat]
57DISABLEV6 = YES
58BINDTO = 127.0.0.1
59ENABLE_UPNP = NO
60BEHIND_NAT = NO
61ALLOW_NAT = NO
62INTERNAL_ADDRESS = 127.0.0.1
63EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_clique_random.conf b/src/testing/test_testing_data_topology_clique_random.conf
index 0630d0ae7..f992adc8a 100644
--- a/src/testing/test_testing_data_topology_clique_random.conf
+++ b/src/testing/test_testing_data_topology_clique_random.conf
@@ -54,3 +54,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
54AUTOSTART = NO 54AUTOSTART = NO
55 55
56 56
57
58[nat]
59DISABLEV6 = YES
60BINDTO = 127.0.0.1
61ENABLE_UPNP = NO
62BEHIND_NAT = NO
63ALLOW_NAT = NO
64INTERNAL_ADDRESS = 127.0.0.1
65EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_erdos_renyi.conf b/src/testing/test_testing_data_topology_erdos_renyi.conf
index 81e385239..9ceb0c31a 100644
--- a/src/testing/test_testing_data_topology_erdos_renyi.conf
+++ b/src/testing/test_testing_data_topology_erdos_renyi.conf
@@ -40,3 +40,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
40AUTOSTART = NO 40AUTOSTART = NO
41 41
42 42
43
44[nat]
45DISABLEV6 = YES
46BINDTO = 127.0.0.1
47ENABLE_UPNP = NO
48BEHIND_NAT = NO
49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_internat.conf b/src/testing/test_testing_data_topology_internat.conf
index 460f25a66..2bfa20917 100644
--- a/src/testing/test_testing_data_topology_internat.conf
+++ b/src/testing/test_testing_data_topology_internat.conf
@@ -40,3 +40,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
40AUTOSTART = NO 40AUTOSTART = NO
41 41
42 42
43
44[nat]
45DISABLEV6 = YES
46BINDTO = 127.0.0.1
47ENABLE_UPNP = NO
48BEHIND_NAT = NO
49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_none.conf b/src/testing/test_testing_data_topology_none.conf
index 6ef4c3697..0991a1d7d 100644
--- a/src/testing/test_testing_data_topology_none.conf
+++ b/src/testing/test_testing_data_topology_none.conf
@@ -57,3 +57,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
57AUTOSTART = NO 57AUTOSTART = NO
58 58
59 59
60
61[nat]
62DISABLEV6 = YES
63BINDTO = 127.0.0.1
64ENABLE_UPNP = NO
65BEHIND_NAT = NO
66ALLOW_NAT = NO
67INTERNAL_ADDRESS = 127.0.0.1
68EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_ring.conf b/src/testing/test_testing_data_topology_ring.conf
index 2405125af..d590d3b49 100644
--- a/src/testing/test_testing_data_topology_ring.conf
+++ b/src/testing/test_testing_data_topology_ring.conf
@@ -40,3 +40,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
40AUTOSTART = NO 40AUTOSTART = NO
41 41
42 42
43
44[nat]
45DISABLEV6 = YES
46BINDTO = 127.0.0.1
47ENABLE_UPNP = NO
48BEHIND_NAT = NO
49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_scale_free.conf b/src/testing/test_testing_data_topology_scale_free.conf
index b55aad8b2..f3acfa6b0 100644
--- a/src/testing/test_testing_data_topology_scale_free.conf
+++ b/src/testing/test_testing_data_topology_scale_free.conf
@@ -50,3 +50,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
50AUTOSTART = NO 50AUTOSTART = NO
51 51
52 52
53
54[nat]
55DISABLEV6 = YES
56BINDTO = 127.0.0.1
57ENABLE_UPNP = NO
58BEHIND_NAT = NO
59ALLOW_NAT = NO
60INTERNAL_ADDRESS = 127.0.0.1
61EXTERNAL_ADDRESS = 127.0.0.1
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 162b14c0b..24a3b7517 100644
--- a/src/testing/test_testing_data_topology_small_world_ring.conf
+++ b/src/testing/test_testing_data_topology_small_world_ring.conf
@@ -40,3 +40,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
40AUTOSTART = NO 40AUTOSTART = NO
41 41
42 42
43
44[nat]
45DISABLEV6 = YES
46BINDTO = 127.0.0.1
47ENABLE_UPNP = NO
48BEHIND_NAT = NO
49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1
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 b52fa0cdb..c6c2dc6a3 100644
--- a/src/testing/test_testing_data_topology_small_world_torus.conf
+++ b/src/testing/test_testing_data_topology_small_world_torus.conf
@@ -40,3 +40,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
40AUTOSTART = NO 40AUTOSTART = NO
41 41
42 42
43
44[nat]
45DISABLEV6 = YES
46BINDTO = 127.0.0.1
47ENABLE_UPNP = NO
48BEHIND_NAT = NO
49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_data_topology_stability.conf b/src/testing/test_testing_data_topology_stability.conf
index 9976e0f74..bef645a25 100644
--- a/src/testing/test_testing_data_topology_stability.conf
+++ b/src/testing/test_testing_data_topology_stability.conf
@@ -54,3 +54,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
54AUTOSTART = NO 54AUTOSTART = NO
55 55
56 56
57
58[nat]
59DISABLEV6 = YES
60BINDTO = 127.0.0.1
61ENABLE_UPNP = NO
62BEHIND_NAT = NO
63ALLOW_NAT = NO
64INTERNAL_ADDRESS = 127.0.0.1
65EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/testing/test_testing_peergroup_data.conf b/src/testing/test_testing_peergroup_data.conf
index 2e6b6db6c..9db8f9ede 100644
--- a/src/testing/test_testing_peergroup_data.conf
+++ b/src/testing/test_testing_peergroup_data.conf
@@ -57,3 +57,12 @@ AUTOSTART = NO
57AUTOSTART = NO 57AUTOSTART = NO
58 58
59 59
60
61[nat]
62DISABLEV6 = YES
63BINDTO = 127.0.0.1
64ENABLE_UPNP = NO
65BEHIND_NAT = NO
66ALLOW_NAT = NO
67INTERNAL_ADDRESS = 127.0.0.1
68EXTERNAL_ADDRESS = 127.0.0.1