gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28863 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r28863 - gnunet/src/integration-tests
Date: Mon, 26 Aug 2013 14:03:56 +0200

Author: wachs
Date: 2013-08-26 14:03:56 +0200 (Mon, 26 Aug 2013)
New Revision: 28863

Modified:
   gnunet/src/integration-tests/test_integration_bootstrap_and_connect.py.in
   
gnunet/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
   
gnunet/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
   gnunet/src/integration-tests/test_integration_restart.py.in
Log:
cleanup service home directories since left overs can break the test


Modified: 
gnunet/src/integration-tests/test_integration_bootstrap_and_connect.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_bootstrap_and_connect.py.in   
2013-08-26 11:47:25 UTC (rev 28862)
+++ gnunet/src/integration-tests/test_integration_bootstrap_and_connect.py.in   
2013-08-26 12:03:56 UTC (rev 28863)
@@ -48,7 +48,7 @@
 #definitions
 
 testname = "test_integration_bootstrap_and_connect"
-verbose = Verbose
+verbose = True
 check_timeout = 180
 
 if os.name == "nt":
@@ -116,6 +116,7 @@
        
        success = False  
        test = Test ('test_integration_bootstrap_and_connect.py', verbose)
+       cleanup ()
        
        server = Peer(test, './confs/c_bootstrap_server.conf');
        client = Peer(test, './confs/c_no_nat_client.conf');

Modified: 
gnunet/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
===================================================================
--- 
gnunet/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
    2013-08-26 11:47:25 UTC (rev 28862)
+++ 
gnunet/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
    2013-08-26 12:03:56 UTC (rev 28863)
@@ -128,6 +128,7 @@
        
        success = False  
        test = Test ('test_integration_bootstrap_and_connect.py', verbose)
+       cleanup ()
        
        server = Peer(test, './confs/c_bootstrap_server.conf');
        client = Peer(test, './confs/c_no_nat_client.conf');

Modified: 
gnunet/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
===================================================================
--- 
gnunet/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
        2013-08-26 11:47:25 UTC (rev 28862)
+++ 
gnunet/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
        2013-08-26 12:03:56 UTC (rev 28863)
@@ -128,6 +128,7 @@
        
        success = False  
        test = Test ('test_integration_bootstrap_and_connect.py', verbose)
+       cleanup ()
        
        server = Peer(test, './confs/c_bootstrap_server.conf');
        client = Peer(test, './confs/c_nat_client.conf');

Modified: gnunet/src/integration-tests/test_integration_restart.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_restart.py.in 2013-08-26 
11:47:25 UTC (rev 28862)
+++ gnunet/src/integration-tests/test_integration_restart.py.in 2013-08-26 
12:03:56 UTC (rev 28863)
@@ -149,7 +149,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]