From: Matthias Wachs Date: Mon, 26 Aug 2013 12:03:56 +0000 (+0000) Subject: cleanup service home directories since left overs can break the test X-Git-Tag: initial-import-from-subversion-38251~7628 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=414d5e246154c82272e36a76d224661cf8e0428f;p=oweals%2Fgnunet.git cleanup service home directories since left overs can break the test --- diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect.py.in index db4f19f17..25a1fc5dd 100755 --- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in +++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in @@ -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'); diff --git a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in index 8aa69d3f9..5391aa701 100755 --- a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in +++ b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in @@ -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'); diff --git a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in index 5fc8cf364..499889cf4 100755 --- a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in +++ b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in @@ -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'); diff --git a/src/integration-tests/test_integration_restart.py.in b/src/integration-tests/test_integration_restart.py.in index a14f5ac03..49a967228 100755 --- a/src/integration-tests/test_integration_restart.py.in +++ b/src/integration-tests/test_integration_restart.py.in @@ -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();