aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-09-17 10:06:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-09-17 10:06:28 +0000
commit046281ef438cf4d3c7389042a650d49436324e83 (patch)
tree3a96aece69c583c824d5962199532ded23f6842e /src/integration-tests
parent8db7a5f807389eb3d44faef178f26acddb13be55 (diff)
downloadgnunet-046281ef438cf4d3c7389042a650d49436324e83.tar.gz
gnunet-046281ef438cf4d3c7389042a650d49436324e83.zip
-confs
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf10
-rw-r--r--src/integration-tests/confs/c_bootstrap_server_w_massif.conf8
-rw-r--r--src/integration-tests/confs/c_nat_client.conf12
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf11
-rw-r--r--src/integration-tests/confs/c_no_nat_client_2.conf10
-rw-r--r--src/integration-tests/confs/c_no_nat_client_http.conf10
-rw-r--r--src/integration-tests/confs/c_no_nat_client_http_2.conf10
-rw-r--r--src/integration-tests/confs/c_no_nat_client_unix.conf10
-rw-r--r--src/integration-tests/confs/c_no_nat_client_unix_2.conf10
-rw-r--r--src/integration-tests/confs/c_normal_client_tcp.conf12
-rw-r--r--src/integration-tests/confs/c_normal_client_tcp_udp.conf10
-rw-r--r--src/integration-tests/confs/c_normal_client_tcp_udp_http.conf10
12 files changed, 117 insertions, 6 deletions
diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf
index 644899d21..e96c31cf4 100644
--- a/src/integration-tests/confs/c_bootstrap_server.conf
+++ b/src/integration-tests/confs/c_bootstrap_server.conf
@@ -349,6 +349,16 @@ UNIXPATH = /tmp/test-service-dht-1
349UNIX_MATCH_UID = YES 349UNIX_MATCH_UID = YES
350UNIX_MATCH_GID = YES 350UNIX_MATCH_GID = YES
351 351
352[chat]
353UNIXPATH = /tmp/test-service-chat-b_server-1
354UNIX_MATCH_UID = YES
355UNIX_MATCH_GID = YES
356
357[dv]
358UNIXPATH = /tmp/test-service-dv-b_server-1
359UNIX_MATCH_UID = YES
360UNIX_MATCH_GID = YES
361
352[dhtcache] 362[dhtcache]
353DATABASE = sqlite 363DATABASE = sqlite
354QUOTA = 1 MB 364QUOTA = 1 MB
diff --git a/src/integration-tests/confs/c_bootstrap_server_w_massif.conf b/src/integration-tests/confs/c_bootstrap_server_w_massif.conf
index 4e42e5faf..5081553c9 100644
--- a/src/integration-tests/confs/c_bootstrap_server_w_massif.conf
+++ b/src/integration-tests/confs/c_bootstrap_server_w_massif.conf
@@ -1,6 +1,6 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/c_bootstrap_server/ 2SERVICEHOME = /tmp/c_bootstrap_server/
3DEFAULTCONFIG = confs/c_bootstrap_server.conf 3DEFAULTCONFIG = confs/c_bootstrap_server_w_massif.conf
4 4
5[gnunetd] 5[gnunetd]
6#HOSTKEY = $SERVICEHOME/.hostkey 6#HOSTKEY = $SERVICEHOME/.hostkey
@@ -143,7 +143,7 @@ ATS_MIN_INTERVAL = 15000
143ATS_EXEC_INTERVAL = 30000 143ATS_EXEC_INTERVAL = 30000
144 144
145[transport] 145[transport]
146PREFIX = valgrind --alloc-fn=GNUNET_xmalloc_ --alloc-fn=GNUNET_xmalloc_unchecked_ --alloc-fn=GNUNET_xrealloc_ --alloc-fn=GNUNET_xgrow_ --massif-out-file=massif_bootstrap.out --tool=massif 146#PREFIX = valgrind --alloc-fn=GNUNET_xmalloc_ --alloc-fn=GNUNET_xmalloc_unchecked_ --alloc-fn=GNUNET_xrealloc_ --alloc-fn=GNUNET_xgrow_ --massif-out-file=massif_bootstrap.out --tool=massif
147AUTOSTART = YES 147AUTOSTART = YES
148PORT = 20011 148PORT = 20011
149HOSTNAME = localhost 149HOSTNAME = localhost
@@ -274,7 +274,7 @@ CONFIG = $DEFAULTCONFIG
274BINARY = gnunet-service-arm 274BINARY = gnunet-service-arm
275ACCEPT_FROM = 127.0.0.1; 275ACCEPT_FROM = 127.0.0.1;
276ACCEPT_FROM6 = ::1; 276ACCEPT_FROM6 = ::1;
277DEFAULTSERVICES = topology hostlist fs 277DEFAULTSERVICES = topology hostlist fs dht gns
278UNIXPATH = /tmp/test-service-arm-4 278UNIXPATH = /tmp/test-service-arm-4
279UNIX_MATCH_UID = YES 279UNIX_MATCH_UID = YES
280UNIX_MATCH_GID = YES 280UNIX_MATCH_GID = YES
@@ -361,4 +361,4 @@ AUTOSTART = NO
361AUTOSTART = NO 361AUTOSTART = NO
362 362
363[lockmanager] 363[lockmanager]
364AUTOSTART = NO \ No newline at end of file 364AUTOSTART = NO
diff --git a/src/integration-tests/confs/c_nat_client.conf b/src/integration-tests/confs/c_nat_client.conf
index 5bb80dc16..9e12bb9fa 100644
--- a/src/integration-tests/confs/c_nat_client.conf
+++ b/src/integration-tests/confs/c_nat_client.conf
@@ -359,5 +359,15 @@ UNIX_MATCH_GID = YES
359DATABASE = sqlite 359DATABASE = sqlite
360QUOTA = 1 MB 360QUOTA = 1 MB
361 361
362[chat]
363UNIXPATH = /tmp/test-service-chat-b_nat_c-1
364UNIX_MATCH_UID = YES
365UNIX_MATCH_GID = YES
366
367[dv]
368UNIXPATH = /tmp/test-service-dv-b_nat_c-1
369UNIX_MATCH_UID = YES
370UNIX_MATCH_GID = YES
371
362[lockmanager] 372[lockmanager]
363AUTOSTART = NO \ No newline at end of file 373AUTOSTART = NO
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index 393fc7e45..445f30817 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -150,6 +150,7 @@ ATS_EXEC_INTERVAL = 30000
150 150
151[transport] 151[transport]
152#DEBUG = YES 152#DEBUG = YES
153#PREFIX = valgrind --alloc-fn=GNUNET_xmalloc_ --alloc-fn=GNUNET_xmalloc_unchecked_ --alloc-fn=GNUNET_xrealloc_ --alloc-fn=GNUNET_xgrow_ --massif-out-file=massif_client.out --tool=massif
153AUTOSTART = YES 154AUTOSTART = YES
154PORT = 20029 155PORT = 20029
155HOSTNAME = localhost 156HOSTNAME = localhost
@@ -360,5 +361,15 @@ UNIX_MATCH_GID = YES
360DATABASE = sqlite 361DATABASE = sqlite
361QUOTA = 1 MB 362QUOTA = 1 MB
362 363
364[chat]
365UNIXPATH = /tmp/test-service-chat-b_no_nat_c-1
366UNIX_MATCH_UID = YES
367UNIX_MATCH_GID = YES
368
369[dv]
370UNIXPATH = /tmp/test-service-dv-b_no_nat_c-1
371UNIX_MATCH_UID = YES
372UNIX_MATCH_GID = YES
373
363[lockmanager] 374[lockmanager]
364AUTOSTART = NO 375AUTOSTART = NO
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 657b94885..cac4e7b21 100644
--- a/src/integration-tests/confs/c_no_nat_client_2.conf
+++ b/src/integration-tests/confs/c_no_nat_client_2.conf
@@ -342,6 +342,16 @@ UNIX_MATCH_GID = YES
342DATABASE = sqlite 342DATABASE = sqlite
343QUOTA = 1 MB 343QUOTA = 1 MB
344 344
345[chat]
346UNIXPATH = /tmp/test-service-chat-b_no_nat_c-2
347UNIX_MATCH_UID = YES
348UNIX_MATCH_GID = YES
349
350[dv]
351UNIXPATH = /tmp/test-service-dv-b_no_nat_c-2
352UNIX_MATCH_UID = YES
353UNIX_MATCH_GID = YES
354
345[gns] 355[gns]
346AUTOSTART = NO 356AUTOSTART = NO
347 357
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 03f594b56..0ed1aee8f 100644
--- a/src/integration-tests/confs/c_no_nat_client_http.conf
+++ b/src/integration-tests/confs/c_no_nat_client_http.conf
@@ -357,6 +357,16 @@ UNIXPATH = /tmp/test-service-dht-15
357UNIX_MATCH_UID = YES 357UNIX_MATCH_UID = YES
358UNIX_MATCH_GID = YES 358UNIX_MATCH_GID = YES
359 359
360[chat]
361UNIXPATH = /tmp/test-service-chat-b_no_nat_http_c-1
362UNIX_MATCH_UID = YES
363UNIX_MATCH_GID = YES
364
365[dv]
366UNIXPATH = /tmp/test-service-dv-b_no_nat_http_c-1
367UNIX_MATCH_UID = YES
368UNIX_MATCH_GID = YES
369
360[dhtcache] 370[dhtcache]
361DATABASE = sqlite 371DATABASE = sqlite
362QUOTA = 1 MB 372QUOTA = 1 MB
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 b6982733f..47c861a72 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
@@ -350,3 +350,13 @@ UNIX_MATCH_GID = YES
350DATABASE = sqlite 350DATABASE = sqlite
351QUOTA = 1 MB 351QUOTA = 1 MB
352 352
353[chat]
354UNIXPATH = /tmp/test-service-chat-b_no_nat_http_c-2
355UNIX_MATCH_UID = YES
356UNIX_MATCH_GID = YES
357
358[dv]
359UNIXPATH = /tmp/test-service-dv-b_no_nat_http_c-2
360UNIX_MATCH_UID = YES
361UNIX_MATCH_GID = YES
362
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 6d445dd23..b48042908 100644
--- a/src/integration-tests/confs/c_no_nat_client_unix.conf
+++ b/src/integration-tests/confs/c_no_nat_client_unix.conf
@@ -360,6 +360,16 @@ UNIXPATH = /tmp/test-service-dht-15
360UNIX_MATCH_UID = YES 360UNIX_MATCH_UID = YES
361UNIX_MATCH_GID = YES 361UNIX_MATCH_GID = YES
362 362
363[chat]
364UNIXPATH = /tmp/test-service-chat-b_no_nat_unix_c-1
365UNIX_MATCH_UID = YES
366UNIX_MATCH_GID = YES
367
368[dv]
369UNIXPATH = /tmp/test-service-dv-b_no_nat_unix_c-1
370UNIX_MATCH_UID = YES
371UNIX_MATCH_GID = YES
372
363[dhtcache] 373[dhtcache]
364DATABASE = sqlite 374DATABASE = sqlite
365QUOTA = 1 MB 375QUOTA = 1 MB
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 14fb71f10..ca4da89cb 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
@@ -349,6 +349,16 @@ UNIXPATH = /tmp/test-service-dht-29
349UNIX_MATCH_UID = YES 349UNIX_MATCH_UID = YES
350UNIX_MATCH_GID = YES 350UNIX_MATCH_GID = YES
351 351
352[chat]
353UNIXPATH = /tmp/test-service-chat-b_no_nat_unix_c-2
354UNIX_MATCH_UID = YES
355UNIX_MATCH_GID = YES
356
357[dv]
358UNIXPATH = /tmp/test-service-dv-b_no_nat_unix_c-2
359UNIX_MATCH_UID = YES
360UNIX_MATCH_GID = YES
361
352[dhtcache] 362[dhtcache]
353DATABASE = sqlite 363DATABASE = sqlite
354QUOTA = 1 MB 364QUOTA = 1 MB
diff --git a/src/integration-tests/confs/c_normal_client_tcp.conf b/src/integration-tests/confs/c_normal_client_tcp.conf
index 6bf53a011..f01cac9d1 100644
--- a/src/integration-tests/confs/c_normal_client_tcp.conf
+++ b/src/integration-tests/confs/c_normal_client_tcp.conf
@@ -355,6 +355,16 @@ UNIXPATH = /tmp/test-service-dht-43
355UNIX_MATCH_UID = YES 355UNIX_MATCH_UID = YES
356UNIX_MATCH_GID = YES 356UNIX_MATCH_GID = YES
357 357
358[chat]
359UNIXPATH = /tmp/test-service-chat-c_normal_client_tcp-1
360UNIX_MATCH_UID = YES
361UNIX_MATCH_GID = YES
362
363[dv]
364UNIXPATH = /tmp/test-service-dv-b_c_normal_client_tcp-1
365UNIX_MATCH_UID = YES
366UNIX_MATCH_GID = YES
367
358[dhtcache] 368[dhtcache]
359DATABASE = sqlite 369DATABASE = sqlite
360QUOTA = 1 MB \ No newline at end of file 370QUOTA = 1 MB
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 90a7e2b49..f515609bd 100644
--- a/src/integration-tests/confs/c_normal_client_tcp_udp.conf
+++ b/src/integration-tests/confs/c_normal_client_tcp_udp.conf
@@ -355,6 +355,16 @@ UNIXPATH = /tmp/test-service-dht-43
355UNIX_MATCH_UID = YES 355UNIX_MATCH_UID = YES
356UNIX_MATCH_GID = YES 356UNIX_MATCH_GID = YES
357 357
358[chat]
359UNIXPATH = /tmp/test-service-chat-c_normal_client_tcp_udp-1
360UNIX_MATCH_UID = YES
361UNIX_MATCH_GID = YES
362
363[dv]
364UNIXPATH = /tmp/test-service-dv-b_c_normal_client_tcp_udp-1
365UNIX_MATCH_UID = YES
366UNIX_MATCH_GID = YES
367
358[dhtcache] 368[dhtcache]
359DATABASE = sqlite 369DATABASE = sqlite
360QUOTA = 1 MB \ No newline at end of file 370QUOTA = 1 MB \ No newline at end of file
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 523d98bb2..a4a30c18c 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
@@ -355,6 +355,16 @@ UNIXPATH = /tmp/test-service-dht-43
355UNIX_MATCH_UID = YES 355UNIX_MATCH_UID = YES
356UNIX_MATCH_GID = YES 356UNIX_MATCH_GID = YES
357 357
358[chat]
359UNIXPATH = /tmp/test-service-chat-c_normal_client_tcp_udp_http
360UNIX_MATCH_UID = YES
361UNIX_MATCH_GID = YES
362
363[dv]
364UNIXPATH = /tmp/test-service-dv-b_c_normal_client_tcp_udp_http
365UNIX_MATCH_UID = YES
366UNIX_MATCH_GID = YES
367
358[dhtcache] 368[dhtcache]
359DATABASE = sqlite 369DATABASE = sqlite
360QUOTA = 1 MB \ No newline at end of file 370QUOTA = 1 MB \ No newline at end of file