aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-10 11:52:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-10 11:52:09 +0000
commit86085b29fb1fa90d40d8dd5842479ff290d3409a (patch)
treeb6914e7e03aa764658a9e25cf53287c2d5c7ed36 /src/integration-tests
parentb2d0ae1548422121ba8d3a67356fd7409181bbd8 (diff)
downloadgnunet-86085b29fb1fa90d40d8dd5842479ff290d3409a.tar.gz
gnunet-86085b29fb1fa90d40d8dd5842479ff290d3409a.zip
- confs
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf5
-rw-r--r--src/integration-tests/confs/c_nat_client.conf6
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf6
-rw-r--r--src/integration-tests/confs/c_no_nat_client_2.conf7
-rw-r--r--src/integration-tests/confs/c_no_nat_client_http.conf6
-rw-r--r--src/integration-tests/confs/c_no_nat_client_http_2.conf6
-rw-r--r--src/integration-tests/confs/c_no_nat_client_unix.conf6
-rw-r--r--src/integration-tests/confs/c_no_nat_client_unix_2.conf6
-rw-r--r--src/integration-tests/confs/c_normal_client_tcp.conf6
-rw-r--r--src/integration-tests/confs/c_normal_client_tcp_udp.conf6
-rw-r--r--src/integration-tests/confs/c_normal_client_tcp_udp_http.conf6
11 files changed, 66 insertions, 0 deletions
diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf
index 0b919f925..b68ac5a53 100644
--- a/src/integration-tests/confs/c_bootstrap_server.conf
+++ b/src/integration-tests/confs/c_bootstrap_server.conf
@@ -353,3 +353,8 @@ UNIX_MATCH_GID = YES
353DATABASE = sqlite 353DATABASE = sqlite
354QUOTA = 1 MB 354QUOTA = 1 MB
355 355
356[gns]
357AUTOSTART = NO
358
359[namestore]
360AUTOSTART = NO \ No newline at end of file
diff --git a/src/integration-tests/confs/c_nat_client.conf b/src/integration-tests/confs/c_nat_client.conf
index 59fa0f787..3817404d1 100644
--- a/src/integration-tests/confs/c_nat_client.conf
+++ b/src/integration-tests/confs/c_nat_client.conf
@@ -8,6 +8,12 @@ HOSTKEY = hostkeys/0002-hostkey
8[client] 8[client]
9HOME = $SERVICEHOME 9HOME = $SERVICEHOME
10 10
11[gns]
12AUTOSTART = NO
13
14[namestore]
15AUTOSTART = NO
16
11[vpn] 17[vpn]
12AUTOSTART = YES 18AUTOSTART = YES
13PORT = 0 19PORT = 0
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index 4ec077c81..3181447bc 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -6,6 +6,12 @@ DEFAULTCONFIG = confs/c_no_nat_client.conf
6#HOSTKEY = $SERVICEHOME/.hostkey 6#HOSTKEY = $SERVICEHOME/.hostkey
7HOSTKEY = hostkeys/0001-hostkey 7HOSTKEY = hostkeys/0001-hostkey
8 8
9[gns]
10AUTOSTART = NO
11
12[namestore]
13AUTOSTART = NO
14
9[vpn] 15[vpn]
10AUTOSTART = YES 16AUTOSTART = YES
11PORT = 0 17PORT = 0
diff --git a/src/integration-tests/confs/c_no_nat_client_2.conf b/src/integration-tests/confs/c_no_nat_client_2.conf
index bd675d7d2..61a6a3bd5 100644
--- a/src/integration-tests/confs/c_no_nat_client_2.conf
+++ b/src/integration-tests/confs/c_no_nat_client_2.conf
@@ -342,3 +342,10 @@ UNIX_MATCH_GID = YES
342DATABASE = sqlite 342DATABASE = sqlite
343QUOTA = 1 MB 343QUOTA = 1 MB
344 344
345[gns]
346AUTOSTART = NO
347
348[namestore]
349AUTOSTART = NO
350
351
diff --git a/src/integration-tests/confs/c_no_nat_client_http.conf b/src/integration-tests/confs/c_no_nat_client_http.conf
index df9fd5f69..718794e24 100644
--- a/src/integration-tests/confs/c_no_nat_client_http.conf
+++ b/src/integration-tests/confs/c_no_nat_client_http.conf
@@ -6,6 +6,12 @@ DEFAULTCONFIG = confs/c_no_nat_client_http.conf
6#HOSTKEY = $SERVICEHOME/.hostkey 6#HOSTKEY = $SERVICEHOME/.hostkey
7HOSTKEY = hostkeys/0001-hostkey 7HOSTKEY = hostkeys/0001-hostkey
8 8
9[gns]
10AUTOSTART = NO
11
12[namestore]
13AUTOSTART = NO
14
9[vpn] 15[vpn]
10AUTOSTART = YES 16AUTOSTART = YES
11PORT = 0 17PORT = 0
diff --git a/src/integration-tests/confs/c_no_nat_client_http_2.conf b/src/integration-tests/confs/c_no_nat_client_http_2.conf
index a825a82c7..3acb6b120 100644
--- a/src/integration-tests/confs/c_no_nat_client_http_2.conf
+++ b/src/integration-tests/confs/c_no_nat_client_http_2.conf
@@ -6,6 +6,12 @@ DEFAULTCONFIG = confs/c_no_nat_client_http_2.conf
6#HOSTKEY = $SERVICEHOME/.hostkey 6#HOSTKEY = $SERVICEHOME/.hostkey
7HOSTKEY = hostkeys/0002-hostkey 7HOSTKEY = hostkeys/0002-hostkey
8 8
9[gns]
10AUTOSTART = NO
11
12[namestore]
13AUTOSTART = NO
14
9[resolver] 15[resolver]
10AUTOSTART = YES 16AUTOSTART = YES
11PORT = 20053 17PORT = 20053
diff --git a/src/integration-tests/confs/c_no_nat_client_unix.conf b/src/integration-tests/confs/c_no_nat_client_unix.conf
index 9d1413d98..37c5ad66b 100644
--- a/src/integration-tests/confs/c_no_nat_client_unix.conf
+++ b/src/integration-tests/confs/c_no_nat_client_unix.conf
@@ -6,6 +6,12 @@ DEFAULTCONFIG = confs/c_no_nat_client_unix.conf
6#HOSTKEY = $SERVICEHOME/.hostkey 6#HOSTKEY = $SERVICEHOME/.hostkey
7HOSTKEY = hostkeys/0001-hostkey 7HOSTKEY = hostkeys/0001-hostkey
8 8
9[gns]
10AUTOSTART = NO
11
12[namestore]
13AUTOSTART = NO
14
9[vpn] 15[vpn]
10AUTOSTART = YES 16AUTOSTART = YES
11PORT = 0 17PORT = 0
diff --git a/src/integration-tests/confs/c_no_nat_client_unix_2.conf b/src/integration-tests/confs/c_no_nat_client_unix_2.conf
index 365035636..6bf8e8bf0 100644
--- a/src/integration-tests/confs/c_no_nat_client_unix_2.conf
+++ b/src/integration-tests/confs/c_no_nat_client_unix_2.conf
@@ -6,6 +6,12 @@ DEFAULTCONFIG = confs/c_no_nat_client_unix_2.conf
6#HOSTKEY = $SERVICEHOME/.hostkey 6#HOSTKEY = $SERVICEHOME/.hostkey
7HOSTKEY = hostkeys/0002-hostkey 7HOSTKEY = hostkeys/0002-hostkey
8 8
9[gns]
10AUTOSTART = NO
11
12[namestore]
13AUTOSTART = NO
14
9[resolver] 15[resolver]
10AUTOSTART = YES 16AUTOSTART = YES
11PORT = 20053 17PORT = 20053
diff --git a/src/integration-tests/confs/c_normal_client_tcp.conf b/src/integration-tests/confs/c_normal_client_tcp.conf
index dd873c4f9..45acdafb1 100644
--- a/src/integration-tests/confs/c_normal_client_tcp.conf
+++ b/src/integration-tests/confs/c_normal_client_tcp.conf
@@ -8,6 +8,12 @@ HOSTKEY = hostkeys/0002-hostkey
8[client] 8[client]
9HOME = $SERVICEHOME 9HOME = $SERVICEHOME
10 10
11[gns]
12AUTOSTART = NO
13
14[namestore]
15AUTOSTART = NO
16
11[vpn] 17[vpn]
12AUTOSTART = YES 18AUTOSTART = YES
13PORT = 0 19PORT = 0
diff --git a/src/integration-tests/confs/c_normal_client_tcp_udp.conf b/src/integration-tests/confs/c_normal_client_tcp_udp.conf
index b2a42fea5..e568f1233 100644
--- a/src/integration-tests/confs/c_normal_client_tcp_udp.conf
+++ b/src/integration-tests/confs/c_normal_client_tcp_udp.conf
@@ -8,6 +8,12 @@ HOSTKEY = hostkeys/0002-hostkey
8[client] 8[client]
9HOME = $SERVICEHOME 9HOME = $SERVICEHOME
10 10
11[gns]
12AUTOSTART = NO
13
14[namestore]
15AUTOSTART = NO
16
11[vpn] 17[vpn]
12AUTOSTART = YES 18AUTOSTART = YES
13PORT = 0 19PORT = 0
diff --git a/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf b/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
index 453be3e38..93275bf91 100644
--- a/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
+++ b/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
@@ -8,6 +8,12 @@ HOSTKEY = hostkeys/0002-hostkey
8[client] 8[client]
9HOME = $SERVICEHOME 9HOME = $SERVICEHOME
10 10
11[gns]
12AUTOSTART = NO
13
14[namestore]
15AUTOSTART = NO
16
11[vpn] 17[vpn]
12AUTOSTART = YES 18AUTOSTART = YES
13PORT = 0 19PORT = 0