gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21408 - gnunet/src/integration-tests/confs
Date: Thu, 10 May 2012 13:52:09 +0200

Author: wachs
Date: 2012-05-10 13:52:09 +0200 (Thu, 10 May 2012)
New Revision: 21408

Modified:
   gnunet/src/integration-tests/confs/c_bootstrap_server.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-05-10 
10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_bootstrap_server.conf  2012-05-10 
11:52:09 UTC (rev 21408)
@@ -353,3 +353,8 @@
 DATABASE = sqlite
 QUOTA = 1 MB
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
\ No newline at end of file

Modified: gnunet/src/integration-tests/confs/c_nat_client.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_nat_client.conf        2012-05-10 
10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_nat_client.conf        2012-05-10 
11:52:09 UTC (rev 21408)
@@ -8,6 +8,12 @@
 [client]
 HOME = $SERVICEHOME
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [vpn]
 AUTOSTART = YES
 PORT = 0

Modified: gnunet/src/integration-tests/confs/c_no_nat_client.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client.conf     2012-05-10 
10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_no_nat_client.conf     2012-05-10 
11:52:09 UTC (rev 21408)
@@ -6,6 +6,12 @@
 #HOSTKEY = $SERVICEHOME/.hostkey
 HOSTKEY = hostkeys/0001-hostkey 
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [vpn]
 AUTOSTART = YES
 PORT = 0

Modified: gnunet/src/integration-tests/confs/c_no_nat_client_2.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_2.conf   2012-05-10 
10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_2.conf   2012-05-10 
11:52:09 UTC (rev 21408)
@@ -342,3 +342,10 @@
 DATABASE = sqlite
 QUOTA = 1 MB
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+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-05-10 10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_http.conf        
2012-05-10 11:52:09 UTC (rev 21408)
@@ -6,6 +6,12 @@
 #HOSTKEY = $SERVICEHOME/.hostkey
 HOSTKEY = hostkeys/0001-hostkey 
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [vpn]
 AUTOSTART = YES
 PORT = 0

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-05-10 10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_http_2.conf      
2012-05-10 11:52:09 UTC (rev 21408)
@@ -6,6 +6,12 @@
 #HOSTKEY = $SERVICEHOME/.hostkey
 HOSTKEY = hostkeys/0002-hostkey 
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [resolver]
 AUTOSTART = YES
 PORT = 20053

Modified: gnunet/src/integration-tests/confs/c_no_nat_client_unix.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_unix.conf        
2012-05-10 10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_unix.conf        
2012-05-10 11:52:09 UTC (rev 21408)
@@ -6,6 +6,12 @@
 #HOSTKEY = $SERVICEHOME/.hostkey
 HOSTKEY = hostkeys/0001-hostkey 
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [vpn]
 AUTOSTART = YES
 PORT = 0

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-05-10 10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_unix_2.conf      
2012-05-10 11:52:09 UTC (rev 21408)
@@ -6,6 +6,12 @@
 #HOSTKEY = $SERVICEHOME/.hostkey
 HOSTKEY = hostkeys/0002-hostkey 
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [resolver]
 AUTOSTART = YES
 PORT = 20053

Modified: gnunet/src/integration-tests/confs/c_normal_client_tcp.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_normal_client_tcp.conf 2012-05-10 
10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_normal_client_tcp.conf 2012-05-10 
11:52:09 UTC (rev 21408)
@@ -8,6 +8,12 @@
 [client]
 HOME = $SERVICEHOME
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [vpn]
 AUTOSTART = YES
 PORT = 0

Modified: gnunet/src/integration-tests/confs/c_normal_client_tcp_udp.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_normal_client_tcp_udp.conf     
2012-05-10 10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_normal_client_tcp_udp.conf     
2012-05-10 11:52:09 UTC (rev 21408)
@@ -8,6 +8,12 @@
 [client]
 HOME = $SERVICEHOME
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [vpn]
 AUTOSTART = YES
 PORT = 0

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-05-10 10:07:55 UTC (rev 21407)
+++ gnunet/src/integration-tests/confs/c_normal_client_tcp_udp_http.conf        
2012-05-10 11:52:09 UTC (rev 21408)
@@ -8,6 +8,12 @@
 [client]
 HOME = $SERVICEHOME
 
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
 [vpn]
 AUTOSTART = YES
 PORT = 0




reply via email to

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