gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28865 - in gnunet/src/integration-tests: . confs


From: gnunet
Subject: [GNUnet-SVN] r28865 - in gnunet/src/integration-tests: . confs
Date: Mon, 26 Aug 2013 14:11:21 +0200

Author: wachs
Date: 2013-08-26 14:11:21 +0200 (Mon, 26 Aug 2013)
New Revision: 28865

Modified:
   gnunet/src/integration-tests/confs/c_nat_client.conf
   gnunet/src/integration-tests/confs/c_no_nat_client_2.conf
   gnunet/src/integration-tests/test_integration_connect_on_restart.py.in
Log:
more changes to configs


Modified: gnunet/src/integration-tests/confs/c_nat_client.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_nat_client.conf        2013-08-26 
12:05:11 UTC (rev 28864)
+++ gnunet/src/integration-tests/confs/c_nat_client.conf        2013-08-26 
12:11:21 UTC (rev 28865)
@@ -102,6 +102,7 @@
 CONFIG = ~/.my.cnf
 
 [peerinfo]
+USE_INCLUDED_HELLOS = NO
 AUTOSTART = YES
 PORT = 20067
 HOSTNAME = localhost

Modified: gnunet/src/integration-tests/confs/c_no_nat_client_2.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_2.conf   2013-08-26 
12:05:11 UTC (rev 28864)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_2.conf   2013-08-26 
12:11:21 UTC (rev 28865)
@@ -84,6 +84,7 @@
 CONFIG = ~/.my.cnf
 
 [peerinfo]
+USE_INCLUDED_HELLOS = NO
 AUTOSTART = YES
 PORT = 20049
 HOSTNAME = localhost

Modified: gnunet/src/integration-tests/test_integration_connect_on_restart.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_connect_on_restart.py.in      
2013-08-26 12:05:11 UTC (rev 28864)
+++ gnunet/src/integration-tests/test_integration_connect_on_restart.py.in      
2013-08-26 12:11:21 UTC (rev 28865)
@@ -162,6 +162,7 @@
        success = False
        
        test = Test ('test_integration_disconnect', verbose)
+       cleanup ()
        
        server = Peer(test, './confs/c_bootstrap_server.conf');
        server.start();




reply via email to

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