gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23841 - gnunet/src/integration-tests/confs


From: gnunet
Subject: [GNUnet-SVN] r23841 - gnunet/src/integration-tests/confs
Date: Mon, 17 Sep 2012 12:06:28 +0200

Author: wachs
Date: 2012-09-17 12:06:28 +0200 (Mon, 17 Sep 2012)
New Revision: 23841

Modified:
   gnunet/src/integration-tests/confs/c_bootstrap_server.conf
   gnunet/src/integration-tests/confs/c_bootstrap_server_w_massif.conf
   gnunet/src/integration-tests/confs/c_nat_client.conf
   gnunet/src/integration-tests/confs/c_no_nat_client.conf
   gnunet/src/integration-tests/confs/c_no_nat_client_2.conf
   gnunet/src/integration-tests/confs/c_no_nat_client_http.conf
   gnunet/src/integration-tests/confs/c_no_nat_client_http_2.conf
   gnunet/src/integration-tests/confs/c_no_nat_client_unix.conf
   gnunet/src/integration-tests/confs/c_no_nat_client_unix_2.conf
   gnunet/src/integration-tests/confs/c_normal_client_tcp.conf
   gnunet/src/integration-tests/confs/c_normal_client_tcp_udp.conf
   gnunet/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
Log:
-confs

Modified: gnunet/src/integration-tests/confs/c_bootstrap_server.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_bootstrap_server.conf  2012-09-17 
10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_bootstrap_server.conf  2012-09-17 
10:06:28 UTC (rev 23841)
@@ -349,6 +349,16 @@
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-b_server-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_server-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [dhtcache]
 DATABASE = sqlite
 QUOTA = 1 MB

Modified: gnunet/src/integration-tests/confs/c_bootstrap_server_w_massif.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_bootstrap_server_w_massif.conf 
2012-09-17 10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_bootstrap_server_w_massif.conf 
2012-09-17 10:06:28 UTC (rev 23841)
@@ -1,6 +1,6 @@
 [PATHS]
 SERVICEHOME = /tmp/c_bootstrap_server/
-DEFAULTCONFIG = confs/c_bootstrap_server.conf
+DEFAULTCONFIG = confs/c_bootstrap_server_w_massif.conf
 
 [gnunetd]
 #HOSTKEY = $SERVICEHOME/.hostkey
@@ -143,7 +143,7 @@
 ATS_EXEC_INTERVAL = 30000
 
 [transport]
-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
+#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
 AUTOSTART = YES
 PORT = 20011
 HOSTNAME = localhost
@@ -274,7 +274,7 @@
 BINARY = gnunet-service-arm
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-DEFAULTSERVICES = topology hostlist fs
+DEFAULTSERVICES = topology hostlist fs dht gns
 UNIXPATH = /tmp/test-service-arm-4
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
@@ -361,4 +361,4 @@
 AUTOSTART = NO
 
 [lockmanager]
-AUTOSTART = NO
\ No newline at end of file
+AUTOSTART = NO

Modified: gnunet/src/integration-tests/confs/c_nat_client.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_nat_client.conf        2012-09-17 
10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_nat_client.conf        2012-09-17 
10:06:28 UTC (rev 23841)
@@ -359,5 +359,15 @@
 DATABASE = sqlite
 QUOTA = 1 MB
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-b_nat_c-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_nat_c-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [lockmanager]
-AUTOSTART = NO
\ No newline at end of file
+AUTOSTART = NO

Modified: gnunet/src/integration-tests/confs/c_no_nat_client.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client.conf     2012-09-17 
10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_no_nat_client.conf     2012-09-17 
10:06:28 UTC (rev 23841)
@@ -150,6 +150,7 @@
 
 [transport]
 #DEBUG = YES
+#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
 AUTOSTART = YES
 PORT = 20029
 HOSTNAME = localhost
@@ -360,5 +361,15 @@
 DATABASE = sqlite
 QUOTA = 1 MB
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-b_no_nat_c-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_no_nat_c-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [lockmanager]
 AUTOSTART = NO

Modified: gnunet/src/integration-tests/confs/c_no_nat_client_2.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_2.conf   2012-09-17 
10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_2.conf   2012-09-17 
10:06:28 UTC (rev 23841)
@@ -342,6 +342,16 @@
 DATABASE = sqlite
 QUOTA = 1 MB
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-b_no_nat_c-2
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_no_nat_c-2
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [gns]
 AUTOSTART = NO
 

Modified: gnunet/src/integration-tests/confs/c_no_nat_client_http.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_http.conf        
2012-09-17 10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_http.conf        
2012-09-17 10:06:28 UTC (rev 23841)
@@ -357,6 +357,16 @@
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-b_no_nat_http_c-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_no_nat_http_c-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [dhtcache]
 DATABASE = sqlite
 QUOTA = 1 MB

Modified: gnunet/src/integration-tests/confs/c_no_nat_client_http_2.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_http_2.conf      
2012-09-17 10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_http_2.conf      
2012-09-17 10:06:28 UTC (rev 23841)
@@ -350,3 +350,13 @@
 DATABASE = sqlite
 QUOTA = 1 MB
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-b_no_nat_http_c-2
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_no_nat_http_c-2
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+

Modified: gnunet/src/integration-tests/confs/c_no_nat_client_unix.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_unix.conf        
2012-09-17 10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_unix.conf        
2012-09-17 10:06:28 UTC (rev 23841)
@@ -360,6 +360,16 @@
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-b_no_nat_unix_c-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_no_nat_unix_c-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [dhtcache]
 DATABASE = sqlite
 QUOTA = 1 MB

Modified: gnunet/src/integration-tests/confs/c_no_nat_client_unix_2.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_unix_2.conf      
2012-09-17 10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_unix_2.conf      
2012-09-17 10:06:28 UTC (rev 23841)
@@ -349,6 +349,16 @@
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-b_no_nat_unix_c-2
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_no_nat_unix_c-2
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [dhtcache]
 DATABASE = sqlite
 QUOTA = 1 MB

Modified: gnunet/src/integration-tests/confs/c_normal_client_tcp.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_normal_client_tcp.conf 2012-09-17 
10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_normal_client_tcp.conf 2012-09-17 
10:06:28 UTC (rev 23841)
@@ -355,6 +355,16 @@
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-c_normal_client_tcp-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_c_normal_client_tcp-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [dhtcache]
 DATABASE = sqlite
-QUOTA = 1 MB
\ No newline at end of file
+QUOTA = 1 MB

Modified: gnunet/src/integration-tests/confs/c_normal_client_tcp_udp.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_normal_client_tcp_udp.conf     
2012-09-17 10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_normal_client_tcp_udp.conf     
2012-09-17 10:06:28 UTC (rev 23841)
@@ -355,6 +355,16 @@
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-c_normal_client_tcp_udp-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_c_normal_client_tcp_udp-1
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [dhtcache]
 DATABASE = sqlite
 QUOTA = 1 MB
\ No newline at end of file

Modified: gnunet/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf        
2012-09-17 10:02:11 UTC (rev 23840)
+++ gnunet/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf        
2012-09-17 10:06:28 UTC (rev 23841)
@@ -355,6 +355,16 @@
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
+[chat]
+UNIXPATH = /tmp/test-service-chat-c_normal_client_tcp_udp_http
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
+[dv]
+UNIXPATH = /tmp/test-service-dv-b_c_normal_client_tcp_udp_http
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+
 [dhtcache]
 DATABASE = sqlite
 QUOTA = 1 MB
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]