aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 15:43:38 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 15:43:38 +0000
commitb8da3c73ba128d8013faf5b9e991a9e69b03c386 (patch)
treea2cd42e4e8e2b3f9092541cfa93505c2f5e24780
parent2c3ba0f6b9e3104be83fa485091ebb077c1aebbf (diff)
downloadgnunet-b8da3c73ba128d8013faf5b9e991a9e69b03c386.tar.gz
gnunet-b8da3c73ba128d8013faf5b9e991a9e69b03c386.zip
-updating config files
-rw-r--r--src/dht/test_dht_2dtorus.conf4
-rw-r--r--src/dht/test_dht_api_data.conf2
-rw-r--r--src/dht/test_dht_line.conf4
-rw-r--r--src/dht/test_dht_multipeer_data.conf4
-rw-r--r--src/dht/test_dht_twopeer_data.conf2
-rw-r--r--src/fs/test_fs_defaults.conf2
-rw-r--r--src/integration-tests/test_connection_stability.conf4
-rw-r--r--src/mesh/test_mesh_2dtorus.conf4
-rw-r--r--src/nse/nse_profiler_test.conf4
-rw-r--r--src/nse/test_nse.conf4
-rw-r--r--src/topology/test_gnunet_daemon_topology_data.conf2
11 files changed, 29 insertions, 7 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index d7a3d8ac1..459ebf376 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -49,8 +49,10 @@ AUTOSTART = YES
49PORT = 10004 49PORT = 10004
50 50
51[testing] 51[testing]
52NUM_PEERS = 16
53WEAKRANDOM = YES 52WEAKRANDOM = YES
53
54[testing_old]
55NUM_PEERS = 16
54TOPOLOGY = NONE 56TOPOLOGY = NONE
55CONNECT_TOPOLOGY = 2D_TORUS 57CONNECT_TOPOLOGY = 2D_TORUS
56BLACKLIST_TOPOLOGY = 2D_TORUS 58BLACKLIST_TOPOLOGY = 2D_TORUS
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index 032416cd8..06f9e46ef 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -59,6 +59,8 @@ PORT = 2094
59 59
60[TESTING] 60[TESTING]
61WEAKRANDOM = NO 61WEAKRANDOM = NO
62
63[testing_old]
62HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 64HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
63 65
64[gnunetd] 66[gnunetd]
diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf
index 6be3559ef..56c03f61a 100644
--- a/src/dht/test_dht_line.conf
+++ b/src/dht/test_dht_line.conf
@@ -49,8 +49,10 @@ AUTOSTART = YES
49PORT = 10004 49PORT = 10004
50 50
51[testing] 51[testing]
52NUM_PEERS = 5
53WEAKRANDOM = YES 52WEAKRANDOM = YES
53
54[testing_old]
55NUM_PEERS = 5
54TOPOLOGY = NONE 56TOPOLOGY = NONE
55CONNECT_TOPOLOGY = LINE 57CONNECT_TOPOLOGY = LINE
56BLACKLIST_TOPOLOGY = LINE 58BLACKLIST_TOPOLOGY = LINE
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index f181594b3..eae68f948 100644
--- a/src/dht/test_dht_multipeer_data.conf
+++ b/src/dht/test_dht_multipeer_data.conf
@@ -82,6 +82,9 @@ NUM_GETS = 5
82NUM_PUTS = 5 82NUM_PUTS = 5
83 83
84[TESTING] 84[TESTING]
85WEAKRANDOM = YES
86
87[testing_old]
85TOPOLOGY = FROM_FILE 88TOPOLOGY = FROM_FILE
86# file contains a ring 89# file contains a ring
87CONNECT_TOPOLOGY = NONE 90CONNECT_TOPOLOGY = NONE
@@ -97,7 +100,6 @@ USE_PROGRESSBARS = YES
97#CONNECT_TOPOLOGY_OPTION_MODIFIER = 2 100#CONNECT_TOPOLOGY_OPTION_MODIFIER = 2
98#LOGNMODIFIER = .65 101#LOGNMODIFIER = .65
99#PERCENTAGE = .75 102#PERCENTAGE = .75
100WEAKRANDOM = YES
101NUM_PEERS = 10 103NUM_PEERS = 10
102HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 104HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
103 105
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 2889a4179..cc47c6f36 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -45,6 +45,8 @@ BINDTO = 127.0.0.1
45 45
46[TESTING] 46[TESTING]
47WEAKRANDOM = YES 47WEAKRANDOM = YES
48
49[testing_old]
48NUM_PEERS = 2 50NUM_PEERS = 2
49HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 51HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
50 52
diff --git a/src/fs/test_fs_defaults.conf b/src/fs/test_fs_defaults.conf
index fcb888c7a..622f37944 100644
--- a/src/fs/test_fs_defaults.conf
+++ b/src/fs/test_fs_defaults.conf
@@ -59,6 +59,8 @@ DELAY = YES
59 59
60[testing] 60[testing]
61WEAKRANDOM = YES 61WEAKRANDOM = YES
62
63[testing_old]
62HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 64HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
63 65
64[dhtcache] 66[dhtcache]
diff --git a/src/integration-tests/test_connection_stability.conf b/src/integration-tests/test_connection_stability.conf
index ba2ae058a..b3845452a 100644
--- a/src/integration-tests/test_connection_stability.conf
+++ b/src/integration-tests/test_connection_stability.conf
@@ -27,8 +27,10 @@ PORT = 2569
27PORT = 2570 27PORT = 2570
28 28
29[testing] 29[testing]
30NUM_PEERS = 5
31WEAKRANDOM = YES 30WEAKRANDOM = YES
31
32[testing_old]
33NUM_PEERS = 5
32F2F = YES 34F2F = YES
33HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 35HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
34 36
diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf
index 94e89d705..5dc4613e0 100644
--- a/src/mesh/test_mesh_2dtorus.conf
+++ b/src/mesh/test_mesh_2dtorus.conf
@@ -59,9 +59,11 @@ HOSTNAME = localhost
59# PREFIX = valgrind --leak-check=full 59# PREFIX = valgrind --leak-check=full
60# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 60# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
61 61
62[testing]
63WEAKRANDOM = YES
64
62[testing_old] 65[testing_old]
63NUM_PEERS = 16 66NUM_PEERS = 16
64WEAKRANDOM = YES
65TOPOLOGY = 2D_TORUS 67TOPOLOGY = 2D_TORUS
66CONNECT_TOPOLOGY = 2D_TORUS 68CONNECT_TOPOLOGY = 2D_TORUS
67#TOPOLOGY_FILE = small.dat 69#TOPOLOGY_FILE = small.dat
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 3a3217dbc..49f749fda 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -104,8 +104,10 @@ AUTOSTART = NO
104AUTOSTART = NO 104AUTOSTART = NO
105 105
106[testing] 106[testing]
107NUM_PEERS = 2000
108WEAKRANDOM = YES 107WEAKRANDOM = YES
108
109[testing_old]
110NUM_PEERS = 2000
109TOPOLOGY = NONE 111TOPOLOGY = NONE
110#CONNECT_TOPOLOGY = SMALL_WORLD_RING 112#CONNECT_TOPOLOGY = SMALL_WORLD_RING
111CONNECT_TOPOLOGY = ERDOS_RENYI 113CONNECT_TOPOLOGY = ERDOS_RENYI
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index 48944c119..4508e9ca7 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -58,8 +58,10 @@ EXTERNAL_ADDRESS = 127.0.0.1
58AUTOSTART = NO 58AUTOSTART = NO
59 59
60[testing] 60[testing]
61NUM_PEERS = 10
62WEAKRANDOM = YES 61WEAKRANDOM = YES
62
63[testing_old]
64NUM_PEERS = 10
63TOPOLOGY = NONE 65TOPOLOGY = NONE
64CONNECT_TOPOLOGY = SMALL_WORLD_RING 66CONNECT_TOPOLOGY = SMALL_WORLD_RING
65PERCENTAGE = 3 67PERCENTAGE = 3
diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf
index 0be8cd45b..d98dc9de7 100644
--- a/src/topology/test_gnunet_daemon_topology_data.conf
+++ b/src/topology/test_gnunet_daemon_topology_data.conf
@@ -51,6 +51,8 @@ AUTOSTART = NO
51 51
52[testing] 52[testing]
53WEAKRANDOM = YES 53WEAKRANDOM = YES
54
55[testing_old]
54HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 56HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
55 57
56[dns] 58[dns]