aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 15:32:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 15:32:54 +0000
commit00b211d05bf9ba8a82d120237963c5e84e57afeb (patch)
tree0860a2f0fd4212f242235a08f7535ea7c55006a6 /src/integration-tests/confs
parent2098bde27ecaa44210d225db9cf45773785e4ba4 (diff)
downloadgnunet-00b211d05bf9ba8a82d120237963c5e84e57afeb.tar.gz
gnunet-00b211d05bf9ba8a82d120237963c5e84e57afeb.zip
restructuring configs + enabling additional plugins
Diffstat (limited to 'src/integration-tests/confs')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf51
-rw-r--r--src/integration-tests/confs/c_nat_client.conf55
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf51
-rw-r--r--src/integration-tests/confs/test_defaults.conf6
4 files changed, 79 insertions, 84 deletions
diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf
index f6bd4a439..b6653ccd5 100644
--- a/src/integration-tests/confs/c_bootstrap_server.conf
+++ b/src/integration-tests/confs/c_bootstrap_server.conf
@@ -1,12 +1,39 @@
1@INLINE@ confs/test_defaults.conf 1@INLINE@ confs/test_defaults.conf
2 2
3
4[PATHS] 3[PATHS]
5GNUNET_TEST_HOME = /tmp/c_bootstrap_server/ 4GNUNET_TEST_HOME = /tmp/c_bootstrap_server/
6 5
7[PEER] 6[PEER]
8PRIVATE_KEY = hostkeys/c_bootstrap_server 7PRIVATE_KEY = hostkeys/c_bootstrap_server
9 8
9
10[transport]
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-8
12PORT = 20011
13PLUGINS = tcp udp http_client https_client http_server https_server
14
15[transport-tcp]
16PORT = 20010
17ADVERTISED_PORT = 20010
18
19[transport-udp]
20PORT = 20009
21
22[transport-http_server]
23PORT = 20008
24
25[transport-https_server]
26PORT = 20007
27
28[hostlist]
29OPTIONS = -p
30SERVERs =
31
32[nat]
33BEHIND_NAT = NO
34DISABLEV6 = NO
35
36
10[arm] 37[arm]
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-4 38UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-4
12PORT = 20004 39PORT = 20004
@@ -45,17 +72,6 @@ BEHIND_NAT = NO
45UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-6 72UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-6
46PORT = 20005 73PORT = 20005
47 74
48[transport]
49UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-8
50PORT = 20011
51
52[transport-tcp]
53PORT = 20010
54ADVERTISED_PORT = 20010
55
56[transport-udp]
57PORT = 20009
58
59[gns] 75[gns]
60UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-gns-15 76UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-gns-15
61PORT = 20018 77PORT = 20018
@@ -64,12 +80,6 @@ PORT = 20018
64UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-16 80UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-16
65PORT = 20019 81PORT = 20019
66 82
67
68
69[hostlist]
70OPTIONS = -p
71SERVERs =
72
73[vpn] 83[vpn]
74UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn-15 84UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn-15
75 85
@@ -85,10 +95,5 @@ PORT = 20001
85UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-12 95UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-12
86PORT = 20015 96PORT = 20015
87 97
88[transport-http]
89PORT = 20008
90
91[transport-https]
92PORT = 20007
93 98
94 99
diff --git a/src/integration-tests/confs/c_nat_client.conf b/src/integration-tests/confs/c_nat_client.conf
index 942360c93..d4126a8b5 100644
--- a/src/integration-tests/confs/c_nat_client.conf
+++ b/src/integration-tests/confs/c_nat_client.conf
@@ -1,5 +1,32 @@
1@INLINE@ confs/test_defaults.conf 1@INLINE@ confs/test_defaults.conf
2 2
3[PATHS]
4GNUNET_TEST_HOME = /tmp/c_nat_client/
5
6[PEER]
7PRIVATE_KEY = hostkeys/c_nat_client
8
9
10[transport]
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
12PORT = 20065
13PLUGINS = tcp udp
14
15[transport-tcp]
16PORT = 0
17ADVERTISED_PORT = 20064
18
19[transport-udp]
20PORT = 0
21
22[hostlist]
23SERVERS = http://localhost:8080/
24
25[nat]
26BEHIND_NAT = YES
27DISABLEV6 = NO
28
29
3[arm] 30[arm]
4UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46 31UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46
5PORT = 20058 32PORT = 20058
@@ -28,20 +55,6 @@ PORT = 20054
28UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-48 55UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-48
29PORT = 20059 56PORT = 20059
30 57
31[transport]
32UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
33PORT = 20065
34
35[transport-tcp]
36PORT = 0
37ADVERTISED_PORT = 20064
38
39[transport-udp]
40PORT = 0
41
42[hostlist]
43SERVERS = http://localhost:8080/
44
45[dv] 58[dv]
46UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-b_nat_c-1 59UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-b_nat_c-1
47 60
@@ -49,18 +62,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-b_nat_c-1
49UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-52 62UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-52
50PORT = 20067 63PORT = 20067
51 64
52[PATHS]
53GNUNET_TEST_HOME = /tmp/c_nat_client
54
55[PEER]
56PRIVATE_KEY = hostkeys/c_nat_client
57
58[nse] 65[nse]
59UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-54 66UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-54
60PORT = 20069 67PORT = 20069 \ No newline at end of file
61
62[transport-http]
63PORT = 0
64
65[transport-https]
66PORT = 0
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index f26925265..731331ba3 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -6,8 +6,29 @@ GNUNET_TEST_HOME = /tmp/c_no_nat_client/
6[PEER] 6[PEER]
7PRIVATE_KEY = hostkeys/c_no_nat_client 7PRIVATE_KEY = hostkeys/c_no_nat_client
8 8
9
10[transport]
11PLUGINS = tcp udp http_client https_client
12UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-22
13PORT = 20029
14
15[transport-tcp]
16PORT = 20028
17ADVERTISED_PORT = 20028
18
19[transport-udp]
20PORT = 20027
21BROADCAST_INTERVAL = 30 s
22
23[hostlist]
24SERVERS = http://localhost:8080/
25
26[nat]
27BEHIND_NAT = NO
28DISABLEV6 = NO
29
30
9[arm] 31[arm]
10DEFAULTSERVICES = topology hostlist dht nse mesh fs
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18 32UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18
12PORT = 20022 33PORT = 20022
13 34
@@ -53,10 +74,6 @@ PORT = 20018
53DATABASE = heap 74DATABASE = heap
54QUOTA = 50 MB 75QUOTA = 50 MB
55 76
56[nat]
57BEHIND_NAT = NO
58DISABLEV6 = NO
59
60[gnunet-nat-server] 77[gnunet-nat-server]
61PORT = 20020 78PORT = 20020
62 79
@@ -64,23 +81,6 @@ PORT = 20020
64UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-20 81UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-20
65PORT = 20023 82PORT = 20023
66 83
67[transport]
68PLUGINS = tcp udp
69UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-22
70UNIX_MATCH_UID = NO
71PORT = 20029
72
73[transport-tcp]
74PORT = 20028
75ADVERTISED_PORT = 20028
76
77[transport-udp]
78PORT = 20027
79BROADCAST_INTERVAL = 30 s
80
81[hostlist]
82SERVERS = http://localhost:8080/
83
84[vpn] 84[vpn]
85BINARY = gnunet-service-vpn 85BINARY = gnunet-service-vpn
86UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn-29 86UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn-29
@@ -114,10 +114,3 @@ PORT = 20038
114[dv] 114[dv]
115UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-36 115UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-36
116PORT = 20039 116PORT = 20039
117
118[transport-http]
119PORT = 20026
120
121[transport-https]
122PORT = 20025
123
diff --git a/src/integration-tests/confs/test_defaults.conf b/src/integration-tests/confs/test_defaults.conf
index e5f5bd264..75677acc5 100644
--- a/src/integration-tests/confs/test_defaults.conf
+++ b/src/integration-tests/confs/test_defaults.conf
@@ -40,8 +40,7 @@ QUOTA = 1 MB
40WEAKRANDOM = NO 40WEAKRANDOM = NO
41 41
42[nat] 42[nat]
43BEHIND_NAT = YES 43BEHIND_NAT = NO
44DISABLEV6 = YES
45EXTERNAL_ADDRESS = 127.0.0.1 44EXTERNAL_ADDRESS = 127.0.0.1
46INTERNAL_ADDRESS = 127.0.0.1 45INTERNAL_ADDRESS = 127.0.0.1
47BINDTO = 127.0.0.1 46BINDTO = 127.0.0.1
@@ -53,9 +52,6 @@ STATE_DIR = $GNUNET_TEST_HOME/persistence/
53UPDATE_DIR = $GNUNET_TEST_HOME/updates/ 52UPDATE_DIR = $GNUNET_TEST_HOME/updates/
54TRUST = $GNUNET_TEST_HOME/data/credit/ 53TRUST = $GNUNET_TEST_HOME/data/credit/
55 54
56[transport]
57PLUGINS = tcp
58
59[transport-tcp] 55[transport-tcp]
60USE_LOCALADDR = YES 56USE_LOCALADDR = YES
61 57