aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 16:20:05 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 16:20:05 +0000
commit9945ef17c41da515ab9ce9c1657ad66728d89ded (patch)
tree4feec4b829c3421867fc01e6cc8b3e61d80d2284 /src/integration-tests
parent4c0cd0fc1dbd50d8189256d7d4fd801ac9355e69 (diff)
downloadgnunet-9945ef17c41da515ab9ce9c1657ad66728d89ded.tar.gz
gnunet-9945ef17c41da515ab9ce9c1657ad66728d89ded.zip
clean up for configs
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/c_nat_client.conf2
-rw-r--r--src/integration-tests/confs/test_defaults.conf64
2 files changed, 29 insertions, 37 deletions
diff --git a/src/integration-tests/confs/c_nat_client.conf b/src/integration-tests/confs/c_nat_client.conf
index d4126a8b5..e8cdf6fa8 100644
--- a/src/integration-tests/confs/c_nat_client.conf
+++ b/src/integration-tests/confs/c_nat_client.conf
@@ -10,7 +10,7 @@ PRIVATE_KEY = hostkeys/c_nat_client
10[transport] 10[transport]
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50 11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
12PORT = 20065 12PORT = 20065
13PLUGINS = tcp udp 13PLUGINS = tcp udp http_client https_client
14 14
15[transport-tcp] 15[transport-tcp]
16PORT = 0 16PORT = 0
diff --git a/src/integration-tests/confs/test_defaults.conf b/src/integration-tests/confs/test_defaults.conf
index d1229262b..4477b296e 100644
--- a/src/integration-tests/confs/test_defaults.conf
+++ b/src/integration-tests/confs/test_defaults.conf
@@ -1,8 +1,24 @@
1[arm] 1[arm]
2DEFAULTSERVICES = topology hostlist fs 2DEFAULTSERVICES = topology hostlist fs
3 3
4[namestore] 4[peerinfo]
5AUTOSTART = NO 5USE_INCLUDED_HELLOS = NO
6
7[transport-tcp]
8USE_LOCALADDR = YES
9
10[transport-udp]
11BROADCAST = NO
12USE_LOCALADDR = YES
13
14[nat]
15BEHIND_NAT = NO
16EXTERNAL_ADDRESS = 127.0.0.1
17INTERNAL_ADDRESS = 127.0.0.1
18BINDTO = 127.0.0.1
19
20[hostlist]
21SERVERS =
6 22
7[dns] 23[dns]
8UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-47 24UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-47
@@ -11,22 +27,12 @@ ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1; 27ACCEPT_FROM6 = ::1;
12PROVIDE_EXIT = NO 28PROVIDE_EXIT = NO
13 29
14[consensus]
15AUTOSTART = NO
16
17[lockmanager]
18AUTOSTART = NO
19
20[ats] 30[ats]
21WAN_QUOTA_IN = unlimited 31WAN_QUOTA_IN = unlimited
22WAN_QUOTA_OUT = unlimited 32WAN_QUOTA_OUT = unlimited
23ATS_MIN_INTERVAL = 15000 33ATS_MIN_INTERVAL = 15000
24ATS_EXEC_INTERVAL = 30000 34ATS_EXEC_INTERVAL = 30000
25 35
26[mesh]
27UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-mesh-55
28PORT = 20070
29
30[datastore] 36[datastore]
31UNIX_MATCH_UID = YES 37UNIX_MATCH_UID = YES
32QUOTA = 100 MB 38QUOTA = 100 MB
@@ -39,12 +45,6 @@ QUOTA = 1 MB
39[TESTING] 45[TESTING]
40WEAKRANDOM = NO 46WEAKRANDOM = NO
41 47
42[nat]
43BEHIND_NAT = NO
44EXTERNAL_ADDRESS = 127.0.0.1
45INTERNAL_ADDRESS = 127.0.0.1
46BINDTO = 127.0.0.1
47
48[fs] 48[fs]
49INDEXDB = $GNUNET_TEST_HOME/idxinfo.lst 49INDEXDB = $GNUNET_TEST_HOME/idxinfo.lst
50IDENTITY_DIR = $GNUNET_TEST_HOME/identities/ 50IDENTITY_DIR = $GNUNET_TEST_HOME/identities/
@@ -52,27 +52,20 @@ STATE_DIR = $GNUNET_TEST_HOME/persistence/
52UPDATE_DIR = $GNUNET_TEST_HOME/updates/ 52UPDATE_DIR = $GNUNET_TEST_HOME/updates/
53TRUST = $GNUNET_TEST_HOME/data/credit/ 53TRUST = $GNUNET_TEST_HOME/data/credit/
54 54
55[transport-tcp] 55[mesh]
56USE_LOCALADDR = YES 56AUTOSTART = NO
57
58[transport-udp]
59BROADCAST = NO
60BROADCAST_INTERVAL = 30000
61USE_LOCALADDR = YES
62 57
63[hostlist] 58[consensus]
64SERVERS = 59AUTOSTART = NO
65 60
66[vpn] 61[lockmanager]
67UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn-57 62AUTOSTART = NO
68PORT = 0
69 63
70[peerinfo] 64[namestore]
71USE_INCLUDED_HELLOS = NO 65AUTOSTART = NO
72 66
73[statistics] 67[vpn]
74UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-statistics-44 68AUTOSTART = NO
75PORT = 20055
76 69
77[template] 70[template]
78AUTOSTART = NO 71AUTOSTART = NO
@@ -114,7 +107,6 @@ AUTOSTART = NO
114[gns] 107[gns]
115AUTOSTART = NO 108AUTOSTART = NO
116 109
117
118[datacache-mysql] 110[datacache-mysql]
119DATABASE = gnunet 111DATABASE = gnunet
120CONFIG = ~/.my.cnf 112CONFIG = ~/.my.cnf