aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_2dtorus.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-02-07 17:14:09 +0000
committerBart Polot <bart@net.in.tum.de>2012-02-07 17:14:09 +0000
commit84911487a06ec47e58c8b02e1b617805e20613e9 (patch)
tree701eecc098df7e1f2a6fb989e89146a10abe90df /src/dht/test_dht_2dtorus.conf
parent7d974214075599fdf8b48940b764e8f9b41f9ae4 (diff)
downloadgnunet-84911487a06ec47e58c8b02e1b617805e20613e9.tar.gz
gnunet-84911487a06ec47e58c8b02e1b617805e20613e9.zip
- Updated testcase to test for line as well as 2d torus with common code
Diffstat (limited to 'src/dht/test_dht_2dtorus.conf')
-rw-r--r--src/dht/test_dht_2dtorus.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index 2d0deddbd..d420b29fa 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test_dht_2dtours/ 2SERVICEHOME = /tmp/test_dht_topo/
3DEFAULTCONFIG = test_dht_2dtours.conf 3DEFAULTCONFIG = test_dht_2dtours.conf
4 4
5[arm] 5[arm]
@@ -51,8 +51,9 @@ PORT = 10004
51[testing] 51[testing]
52NUM_PEERS = 16 52NUM_PEERS = 16
53WEAKRANDOM = YES 53WEAKRANDOM = YES
54TOPOLOGY = 2D_TORUS 54TOPOLOGY = NONE
55CONNECT_TOPOLOGY = NONE 55CONNECT_TOPOLOGY = 2D_TORUS
56BLACKLIST_TOPOLOGY = 2D_TORUS
56#TOPOLOGY_FILE = small.dat 57#TOPOLOGY_FILE = small.dat
57#CONNECT_TOPOLOGY = ERDOS_RENYI 58#CONNECT_TOPOLOGY = ERDOS_RENYI
58#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM 59#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
@@ -75,7 +76,7 @@ MAX_OUTSTANDING_CONNECTIONS = 75
75#NUM_STATISTICS_PER_HOST = 10 76#NUM_STATISTICS_PER_HOST = 10
76DELETE_FILES = YES 77DELETE_FILES = YES
77 78
78[test_dht_2dtorus] 79[test_dht_topo]
79CONNECTION_LIMIT = 16 80CONNECTION_LIMIT = 16
80#DATA_OUTPUT_FILE=data_output 81#DATA_OUTPUT_FILE=data_output
81 82