aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-14 12:17:19 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-14 12:17:19 +0000
commitcc3a0bc78da6f3d29003e1f84c57742e9cf3da3c (patch)
tree3dfe5bf9df64627cba5f2a66ccd7ed27fa232ced /src/testing
parentdd512c67d981ba52f7eba429c36d126095bbdf93 (diff)
downloadgnunet-cc3a0bc78da6f3d29003e1f84c57742e9cf3da3c.tar.gz
gnunet-cc3a0bc78da6f3d29003e1f84c57742e9cf3da3c.zip
change to configs, use readable names for topologies and connect options instead of cryptic numbers
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_data_topology_2d_torus.conf2
-rw-r--r--src/testing/test_testing_data_topology_blacklist.conf6
-rw-r--r--src/testing/test_testing_data_topology_clique.conf3
-rw-r--r--src/testing/test_testing_data_topology_clique_dfs.conf4
-rw-r--r--src/testing/test_testing_data_topology_clique_minimum.conf4
-rw-r--r--src/testing/test_testing_data_topology_clique_random.conf4
-rw-r--r--src/testing/test_testing_data_topology_erdos_renyi.conf2
-rw-r--r--src/testing/test_testing_data_topology_internat.conf2
-rw-r--r--src/testing/test_testing_data_topology_ring.conf2
-rw-r--r--src/testing/test_testing_data_topology_scale_free.conf2
-rw-r--r--src/testing/test_testing_data_topology_small_world_ring.conf2
-rw-r--r--src/testing/test_testing_data_topology_small_world_torus.conf2
12 files changed, 18 insertions, 17 deletions
diff --git a/src/testing/test_testing_data_topology_2d_torus.conf b/src/testing/test_testing_data_topology_2d_torus.conf
index 820ce8ad5..f67510069 100644
--- a/src/testing/test_testing_data_topology_2d_torus.conf
+++ b/src/testing/test_testing_data_topology_2d_torus.conf
@@ -32,5 +32,5 @@ PORT = 2570
32[testing] 32[testing]
33NUM_PEERS = 5 33NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = 4 35TOPOLOGY = 2D_TORUS
36F2F = YES 36F2F = YES
diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf
index b4bfe801d..d37331aea 100644
--- a/src/testing/test_testing_data_topology_blacklist.conf
+++ b/src/testing/test_testing_data_topology_blacklist.conf
@@ -1,6 +1,6 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/ 2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_data_topology_clique.conf 3DEFAULTCONFIG = test_testing_data_topology_blacklist.conf
4 4
5[resolver] 5[resolver]
6PORT = 2564 6PORT = 2564
@@ -43,7 +43,7 @@ PORT = 2570
43[testing] 43[testing]
44NUM_PEERS = 4 44NUM_PEERS = 4
45WEAKRANDOM = YES 45WEAKRANDOM = YES
46TOPOLOGY = 0 46TOPOLOGY = CLIQUE
47BLACKLIST_TOPOLOGY = 3 47BLACKLIST_TOPOLOGY = RING
48BLACKLIST_TRANSPORTS = tcp udp http 48BLACKLIST_TRANSPORTS = tcp udp http
49F2F = YES 49F2F = YES
diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf
index 6c0ee9320..114364da2 100644
--- a/src/testing/test_testing_data_topology_clique.conf
+++ b/src/testing/test_testing_data_topology_clique.conf
@@ -11,6 +11,7 @@ PLUGINS = tcp
11#PREFIX = xterm -e xterm -T transport -e gdb --args 11#PREFIX = xterm -e xterm -T transport -e gdb --args
12#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport 12#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
13#PREFIX = valgrind --tool=memcheck --log-file=logs%p 13#PREFIX = valgrind --tool=memcheck --log-file=logs%p
14#PREFIX = valgrind --tool=callgrind --log-file=callgrind.%p
14#DEBUG = YES 15#DEBUG = YES
15 16
16[arm] 17[arm]
@@ -42,6 +43,6 @@ PORT = 2570
42[testing] 43[testing]
43NUM_PEERS = 4 44NUM_PEERS = 4
44WEAKRANDOM = YES 45WEAKRANDOM = YES
45TOPOLOGY = 0 46TOPOLOGY = CLIQUE
46F2F = YES 47F2F = YES
47#DEBUG = YES 48#DEBUG = YES
diff --git a/src/testing/test_testing_data_topology_clique_dfs.conf b/src/testing/test_testing_data_topology_clique_dfs.conf
index fa4579b28..b83b6d9d6 100644
--- a/src/testing/test_testing_data_topology_clique_dfs.conf
+++ b/src/testing/test_testing_data_topology_clique_dfs.conf
@@ -42,7 +42,7 @@ PORT = 2570
42[testing] 42[testing]
43NUM_PEERS = 7 43NUM_PEERS = 7
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45TOPOLOGY = 0 45TOPOLOGY = CLIQUE
46CONNECT_TOPOLOGY_OPTION = 3 46CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0 47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
48F2F = YES 48F2F = YES
diff --git a/src/testing/test_testing_data_topology_clique_minimum.conf b/src/testing/test_testing_data_topology_clique_minimum.conf
index 699d66abc..c8b056e98 100644
--- a/src/testing/test_testing_data_topology_clique_minimum.conf
+++ b/src/testing/test_testing_data_topology_clique_minimum.conf
@@ -42,7 +42,7 @@ PORT = 2570
42[testing] 42[testing]
43NUM_PEERS = 5 43NUM_PEERS = 5
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45TOPOLOGY = 0 45TOPOLOGY = CLIQUE
46CONNECT_TOPOLOGY_OPTION = 2 46CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
47CONNECT_TOPOLOGY_OPTION_MODIFIER = 1.0 47CONNECT_TOPOLOGY_OPTION_MODIFIER = 1.0
48F2F = YES 48F2F = YES
diff --git a/src/testing/test_testing_data_topology_clique_random.conf b/src/testing/test_testing_data_topology_clique_random.conf
index 6bf33d12c..c79698ac1 100644
--- a/src/testing/test_testing_data_topology_clique_random.conf
+++ b/src/testing/test_testing_data_topology_clique_random.conf
@@ -42,7 +42,7 @@ PORT = 2570
42[testing] 42[testing]
43NUM_PEERS = 5 43NUM_PEERS = 5
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45TOPOLOGY = 0 45TOPOLOGY = CLIQUE
46CONNECT_TOPOLOGY_OPTION = 1 46CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
47CONNECT_TOPOLOGY_OPTION_MODIFIER = .5 47CONNECT_TOPOLOGY_OPTION_MODIFIER = .5
48F2F = YES 48F2F = YES
diff --git a/src/testing/test_testing_data_topology_erdos_renyi.conf b/src/testing/test_testing_data_topology_erdos_renyi.conf
index b5a716b48..b2a98bc52 100644
--- a/src/testing/test_testing_data_topology_erdos_renyi.conf
+++ b/src/testing/test_testing_data_topology_erdos_renyi.conf
@@ -32,5 +32,5 @@ PORT = 2570
32[testing] 32[testing]
33NUM_PEERS = 5 33NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = 5 35TOPOLOGY = ERDOS_RENYI
36F2F = YES 36F2F = YES
diff --git a/src/testing/test_testing_data_topology_internat.conf b/src/testing/test_testing_data_topology_internat.conf
index 8dc768cd4..806bd47a0 100644
--- a/src/testing/test_testing_data_topology_internat.conf
+++ b/src/testing/test_testing_data_topology_internat.conf
@@ -32,5 +32,5 @@ PORT = 2570
32[testing] 32[testing]
33NUM_PEERS = 5 33NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = 6 35TOPOLOGY = INTERNAT
36F2F = YES 36F2F = YES
diff --git a/src/testing/test_testing_data_topology_ring.conf b/src/testing/test_testing_data_topology_ring.conf
index d5672cc2a..c3621d259 100644
--- a/src/testing/test_testing_data_topology_ring.conf
+++ b/src/testing/test_testing_data_topology_ring.conf
@@ -32,6 +32,6 @@ PORT = 2570
32[testing] 32[testing]
33NUM_PEERS = 5 33NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = 3 35TOPOLOGY = RING
36F2F = YES 36F2F = YES
37BLACKLISTING = YES 37BLACKLISTING = YES
diff --git a/src/testing/test_testing_data_topology_scale_free.conf b/src/testing/test_testing_data_topology_scale_free.conf
index 5cb3eddb4..456a81baa 100644
--- a/src/testing/test_testing_data_topology_scale_free.conf
+++ b/src/testing/test_testing_data_topology_scale_free.conf
@@ -42,5 +42,5 @@ PORT = 2570
42[testing] 42[testing]
43NUM_PEERS = 500 43NUM_PEERS = 500
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45TOPOLOGY = 7 45TOPOLOGY = SCALE_FREE
46F2F = YES 46F2F = YES
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 062601eee..2b98bf5af 100644
--- a/src/testing/test_testing_data_topology_small_world_ring.conf
+++ b/src/testing/test_testing_data_topology_small_world_ring.conf
@@ -32,5 +32,5 @@ PORT = 2570
32[testing] 32[testing]
33NUM_PEERS = 25 33NUM_PEERS = 25
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = 2 35TOPOLOGY = SMALL_WORLD_RING
36F2F = YES 36F2F = YES
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 bb3c8ca22..fec198881 100644
--- a/src/testing/test_testing_data_topology_small_world_torus.conf
+++ b/src/testing/test_testing_data_topology_small_world_torus.conf
@@ -32,5 +32,5 @@ PORT = 2570
32[testing] 32[testing]
33NUM_PEERS = 5 33NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = 1 35TOPOLOGY = SMALL_WORLD
36F2F = YES 36F2F = YES