aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-15 07:48:33 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-15 07:48:33 +0000
commit3e6c37c25b646fbe5dda5ec48959281c88edbaba (patch)
tree87bb8e1bc06f9da58adae0292ddfe47ffad82ac6 /src/testing
parente6ecc19d82596b2b6ff19667000e8a83f2152fdc (diff)
downloadgnunet-3e6c37c25b646fbe5dda5ec48959281c88edbaba.tar.gz
gnunet-3e6c37c25b646fbe5dda5ec48959281c88edbaba.zip
disable vpn autostart
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_connect_peer1.conf5
-rw-r--r--src/testing/test_testing_connect_peer2.conf5
-rw-r--r--src/testing/test_testing_data.conf5
-rw-r--r--src/testing/test_testing_data_remote.conf5
-rw-r--r--src/testing/test_testing_data_topology_2d_torus.conf5
-rw-r--r--src/testing/test_testing_data_topology_blacklist.conf5
-rw-r--r--src/testing/test_testing_data_topology_churn.conf5
-rw-r--r--src/testing/test_testing_data_topology_clique.conf5
-rw-r--r--src/testing/test_testing_data_topology_clique_dfs.conf5
-rw-r--r--src/testing/test_testing_data_topology_clique_minimum.conf5
-rw-r--r--src/testing/test_testing_data_topology_clique_random.conf5
-rw-r--r--src/testing/test_testing_data_topology_erdos_renyi.conf5
-rw-r--r--src/testing/test_testing_data_topology_internat.conf5
-rw-r--r--src/testing/test_testing_data_topology_none.conf5
-rw-r--r--src/testing/test_testing_data_topology_ring.conf5
-rw-r--r--src/testing/test_testing_data_topology_scale_free.conf5
-rw-r--r--src/testing/test_testing_data_topology_small_world_ring.conf5
-rw-r--r--src/testing/test_testing_data_topology_small_world_torus.conf5
-rw-r--r--src/testing/test_testing_data_topology_stability.conf5
-rw-r--r--src/testing/test_testing_peergroup_data.conf5
20 files changed, 100 insertions, 0 deletions
diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf
index fec00cbe7..7a2886d4b 100644
--- a/src/testing/test_testing_connect_peer1.conf
+++ b/src/testing/test_testing_connect_peer1.conf
@@ -65,3 +65,8 @@ BEHIND_NAT = NO
65ALLOW_NAT = NO 65ALLOW_NAT = NO
66INTERNAL_ADDRESS = 127.0.0.1 66INTERNAL_ADDRESS = 127.0.0.1
67EXTERNAL_ADDRESS = 127.0.0.1 67EXTERNAL_ADDRESS = 127.0.0.1
68
69[dns]
70AUTOSTART = NO
71
72
diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf
index 4b63d4721..8826c1d6a 100644
--- a/src/testing/test_testing_connect_peer2.conf
+++ b/src/testing/test_testing_connect_peer2.conf
@@ -67,3 +67,8 @@ BEHIND_NAT = NO
67ALLOW_NAT = NO 67ALLOW_NAT = NO
68INTERNAL_ADDRESS = 127.0.0.1 68INTERNAL_ADDRESS = 127.0.0.1
69EXTERNAL_ADDRESS = 127.0.0.1 69EXTERNAL_ADDRESS = 127.0.0.1
70
71[dns]
72AUTOSTART = NO
73
74
diff --git a/src/testing/test_testing_data.conf b/src/testing/test_testing_data.conf
index e9a443a1c..c51cceea2 100644
--- a/src/testing/test_testing_data.conf
+++ b/src/testing/test_testing_data.conf
@@ -52,3 +52,8 @@ BEHIND_NAT = NO
52ALLOW_NAT = NO 52ALLOW_NAT = NO
53INTERNAL_ADDRESS = 127.0.0.1 53INTERNAL_ADDRESS = 127.0.0.1
54EXTERNAL_ADDRESS = 127.0.0.1 54EXTERNAL_ADDRESS = 127.0.0.1
55
56[dns]
57AUTOSTART = NO
58
59
diff --git a/src/testing/test_testing_data_remote.conf b/src/testing/test_testing_data_remote.conf
index 703081764..2b6f4ef28 100644
--- a/src/testing/test_testing_data_remote.conf
+++ b/src/testing/test_testing_data_remote.conf
@@ -49,3 +49,8 @@ BEHIND_NAT = NO
49ALLOW_NAT = NO 49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1 50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1 51EXTERNAL_ADDRESS = 127.0.0.1
52
53[dns]
54AUTOSTART = NO
55
56
diff --git a/src/testing/test_testing_data_topology_2d_torus.conf b/src/testing/test_testing_data_topology_2d_torus.conf
index 66b35c7fc..5607385c6 100644
--- a/src/testing/test_testing_data_topology_2d_torus.conf
+++ b/src/testing/test_testing_data_topology_2d_torus.conf
@@ -49,3 +49,8 @@ BEHIND_NAT = NO
49ALLOW_NAT = NO 49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1 50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1 51EXTERNAL_ADDRESS = 127.0.0.1
52
53[dns]
54AUTOSTART = NO
55
56
diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf
index bd50557c9..43bbbdc39 100644
--- a/src/testing/test_testing_data_topology_blacklist.conf
+++ b/src/testing/test_testing_data_topology_blacklist.conf
@@ -62,3 +62,8 @@ BEHIND_NAT = NO
62ALLOW_NAT = NO 62ALLOW_NAT = NO
63INTERNAL_ADDRESS = 127.0.0.1 63INTERNAL_ADDRESS = 127.0.0.1
64EXTERNAL_ADDRESS = 127.0.0.1 64EXTERNAL_ADDRESS = 127.0.0.1
65
66[dns]
67AUTOSTART = NO
68
69
diff --git a/src/testing/test_testing_data_topology_churn.conf b/src/testing/test_testing_data_topology_churn.conf
index 449c0d82b..b212778bd 100644
--- a/src/testing/test_testing_data_topology_churn.conf
+++ b/src/testing/test_testing_data_topology_churn.conf
@@ -57,3 +57,8 @@ BEHIND_NAT = NO
57ALLOW_NAT = NO 57ALLOW_NAT = NO
58INTERNAL_ADDRESS = 127.0.0.1 58INTERNAL_ADDRESS = 127.0.0.1
59EXTERNAL_ADDRESS = 127.0.0.1 59EXTERNAL_ADDRESS = 127.0.0.1
60
61[dns]
62AUTOSTART = NO
63
64
diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf
index 0bd569b6a..14dac2473 100644
--- a/src/testing/test_testing_data_topology_clique.conf
+++ b/src/testing/test_testing_data_topology_clique.conf
@@ -64,3 +64,8 @@ BEHIND_NAT = NO
64ALLOW_NAT = NO 64ALLOW_NAT = NO
65INTERNAL_ADDRESS = 127.0.0.1 65INTERNAL_ADDRESS = 127.0.0.1
66EXTERNAL_ADDRESS = 127.0.0.1 66EXTERNAL_ADDRESS = 127.0.0.1
67
68[dns]
69AUTOSTART = NO
70
71
diff --git a/src/testing/test_testing_data_topology_clique_dfs.conf b/src/testing/test_testing_data_topology_clique_dfs.conf
index 0b8bd83d8..a1a62d07f 100644
--- a/src/testing/test_testing_data_topology_clique_dfs.conf
+++ b/src/testing/test_testing_data_topology_clique_dfs.conf
@@ -61,3 +61,8 @@ BEHIND_NAT = NO
61ALLOW_NAT = NO 61ALLOW_NAT = NO
62INTERNAL_ADDRESS = 127.0.0.1 62INTERNAL_ADDRESS = 127.0.0.1
63EXTERNAL_ADDRESS = 127.0.0.1 63EXTERNAL_ADDRESS = 127.0.0.1
64
65[dns]
66AUTOSTART = NO
67
68
diff --git a/src/testing/test_testing_data_topology_clique_minimum.conf b/src/testing/test_testing_data_topology_clique_minimum.conf
index 69e287dcc..e2e741329 100644
--- a/src/testing/test_testing_data_topology_clique_minimum.conf
+++ b/src/testing/test_testing_data_topology_clique_minimum.conf
@@ -61,3 +61,8 @@ BEHIND_NAT = NO
61ALLOW_NAT = NO 61ALLOW_NAT = NO
62INTERNAL_ADDRESS = 127.0.0.1 62INTERNAL_ADDRESS = 127.0.0.1
63EXTERNAL_ADDRESS = 127.0.0.1 63EXTERNAL_ADDRESS = 127.0.0.1
64
65[dns]
66AUTOSTART = NO
67
68
diff --git a/src/testing/test_testing_data_topology_clique_random.conf b/src/testing/test_testing_data_topology_clique_random.conf
index f992adc8a..b7d4668dc 100644
--- a/src/testing/test_testing_data_topology_clique_random.conf
+++ b/src/testing/test_testing_data_topology_clique_random.conf
@@ -63,3 +63,8 @@ BEHIND_NAT = NO
63ALLOW_NAT = NO 63ALLOW_NAT = NO
64INTERNAL_ADDRESS = 127.0.0.1 64INTERNAL_ADDRESS = 127.0.0.1
65EXTERNAL_ADDRESS = 127.0.0.1 65EXTERNAL_ADDRESS = 127.0.0.1
66
67[dns]
68AUTOSTART = NO
69
70
diff --git a/src/testing/test_testing_data_topology_erdos_renyi.conf b/src/testing/test_testing_data_topology_erdos_renyi.conf
index 9ceb0c31a..6685e1ff0 100644
--- a/src/testing/test_testing_data_topology_erdos_renyi.conf
+++ b/src/testing/test_testing_data_topology_erdos_renyi.conf
@@ -49,3 +49,8 @@ BEHIND_NAT = NO
49ALLOW_NAT = NO 49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1 50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1 51EXTERNAL_ADDRESS = 127.0.0.1
52
53[dns]
54AUTOSTART = NO
55
56
diff --git a/src/testing/test_testing_data_topology_internat.conf b/src/testing/test_testing_data_topology_internat.conf
index 2bfa20917..d764ee02e 100644
--- a/src/testing/test_testing_data_topology_internat.conf
+++ b/src/testing/test_testing_data_topology_internat.conf
@@ -49,3 +49,8 @@ BEHIND_NAT = NO
49ALLOW_NAT = NO 49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1 50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1 51EXTERNAL_ADDRESS = 127.0.0.1
52
53[dns]
54AUTOSTART = NO
55
56
diff --git a/src/testing/test_testing_data_topology_none.conf b/src/testing/test_testing_data_topology_none.conf
index 0991a1d7d..bef097ddd 100644
--- a/src/testing/test_testing_data_topology_none.conf
+++ b/src/testing/test_testing_data_topology_none.conf
@@ -66,3 +66,8 @@ BEHIND_NAT = NO
66ALLOW_NAT = NO 66ALLOW_NAT = NO
67INTERNAL_ADDRESS = 127.0.0.1 67INTERNAL_ADDRESS = 127.0.0.1
68EXTERNAL_ADDRESS = 127.0.0.1 68EXTERNAL_ADDRESS = 127.0.0.1
69
70[dns]
71AUTOSTART = NO
72
73
diff --git a/src/testing/test_testing_data_topology_ring.conf b/src/testing/test_testing_data_topology_ring.conf
index d590d3b49..3ac345b34 100644
--- a/src/testing/test_testing_data_topology_ring.conf
+++ b/src/testing/test_testing_data_topology_ring.conf
@@ -49,3 +49,8 @@ BEHIND_NAT = NO
49ALLOW_NAT = NO 49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1 50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1 51EXTERNAL_ADDRESS = 127.0.0.1
52
53[dns]
54AUTOSTART = NO
55
56
diff --git a/src/testing/test_testing_data_topology_scale_free.conf b/src/testing/test_testing_data_topology_scale_free.conf
index f3acfa6b0..c44fdadad 100644
--- a/src/testing/test_testing_data_topology_scale_free.conf
+++ b/src/testing/test_testing_data_topology_scale_free.conf
@@ -59,3 +59,8 @@ BEHIND_NAT = NO
59ALLOW_NAT = NO 59ALLOW_NAT = NO
60INTERNAL_ADDRESS = 127.0.0.1 60INTERNAL_ADDRESS = 127.0.0.1
61EXTERNAL_ADDRESS = 127.0.0.1 61EXTERNAL_ADDRESS = 127.0.0.1
62
63[dns]
64AUTOSTART = NO
65
66
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 24a3b7517..5e78d18d6 100644
--- a/src/testing/test_testing_data_topology_small_world_ring.conf
+++ b/src/testing/test_testing_data_topology_small_world_ring.conf
@@ -49,3 +49,8 @@ BEHIND_NAT = NO
49ALLOW_NAT = NO 49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1 50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1 51EXTERNAL_ADDRESS = 127.0.0.1
52
53[dns]
54AUTOSTART = NO
55
56
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 c6c2dc6a3..5171a1e34 100644
--- a/src/testing/test_testing_data_topology_small_world_torus.conf
+++ b/src/testing/test_testing_data_topology_small_world_torus.conf
@@ -49,3 +49,8 @@ BEHIND_NAT = NO
49ALLOW_NAT = NO 49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1 50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1 51EXTERNAL_ADDRESS = 127.0.0.1
52
53[dns]
54AUTOSTART = NO
55
56
diff --git a/src/testing/test_testing_data_topology_stability.conf b/src/testing/test_testing_data_topology_stability.conf
index bef645a25..a92392b16 100644
--- a/src/testing/test_testing_data_topology_stability.conf
+++ b/src/testing/test_testing_data_topology_stability.conf
@@ -63,3 +63,8 @@ BEHIND_NAT = NO
63ALLOW_NAT = NO 63ALLOW_NAT = NO
64INTERNAL_ADDRESS = 127.0.0.1 64INTERNAL_ADDRESS = 127.0.0.1
65EXTERNAL_ADDRESS = 127.0.0.1 65EXTERNAL_ADDRESS = 127.0.0.1
66
67[dns]
68AUTOSTART = NO
69
70
diff --git a/src/testing/test_testing_peergroup_data.conf b/src/testing/test_testing_peergroup_data.conf
index 9db8f9ede..29c32e1a1 100644
--- a/src/testing/test_testing_peergroup_data.conf
+++ b/src/testing/test_testing_peergroup_data.conf
@@ -66,3 +66,8 @@ BEHIND_NAT = NO
66ALLOW_NAT = NO 66ALLOW_NAT = NO
67INTERNAL_ADDRESS = 127.0.0.1 67INTERNAL_ADDRESS = 127.0.0.1
68EXTERNAL_ADDRESS = 127.0.0.1 68EXTERNAL_ADDRESS = 127.0.0.1
69
70[dns]
71AUTOSTART = NO
72
73