cleanup service home directories since left overs can break the test
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 26 Aug 2013 12:03:56 +0000 (12:03 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 26 Aug 2013 12:03:56 +0000 (12:03 +0000)
src/integration-tests/test_integration_bootstrap_and_connect.py.in
src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
src/integration-tests/test_integration_restart.py.in

index db4f19f173721b40a41829bbb4fcf8814391299b..25a1fc5dd673d47ce91929110cf9d1da0f8b7630 100755 (executable)
@@ -48,7 +48,7 @@ from gnunet_testing import *
 #definitions
 
 testname = "test_integration_bootstrap_and_connect"
-verbose = Verbose
+verbose = True
 check_timeout = 180
 
 if os.name == "nt":
@@ -116,6 +116,7 @@ def run ():
        
        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');
index 8aa69d3f98f7b532f836169d7472b8f13f2e00a7..5391aa70135f1de0c7a1ab3014e40ee8b00fa7f6 100755 (executable)
@@ -128,6 +128,7 @@ def run ():
        
        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');
index 5fc8cf364caa4c1b6d0dcf3c0309971aa6fce0f1..499889cf468fdac9c9deb2d295694f3318269e41 100755 (executable)
@@ -128,6 +128,7 @@ def run ():
        
        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');
index a14f5ac031a61631d788b6fb5580c83885061111..49a9672280b10c383d67fe6558a48a08721453fe 100755 (executable)
@@ -149,7 +149,7 @@ def run ():
        success = False
        
        test = Test ('test_integration_disconnect', verbose)
-       
+       cleanup ()
        server = Peer(test, './confs/c_bootstrap_server.conf');
        server.start();