aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.py.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-26 12:03:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-26 12:03:56 +0000
commit414d5e246154c82272e36a76d224661cf8e0428f (patch)
tree41e1487f1a70ee088b0582251d755af69ab5595c /src/integration-tests/test_integration_bootstrap_and_connect.py.in
parentf7ca31910aa9934a0338123857d28def1139c0c9 (diff)
downloadgnunet-414d5e246154c82272e36a76d224661cf8e0428f.tar.gz
gnunet-414d5e246154c82272e36a76d224661cf8e0428f.zip
cleanup service home directories since left overs can break the test
Diffstat (limited to 'src/integration-tests/test_integration_bootstrap_and_connect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect.py.in3
1 files changed, 2 insertions, 1 deletions
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 *
48#definitions 48#definitions
49 49
50testname = "test_integration_bootstrap_and_connect" 50testname = "test_integration_bootstrap_and_connect"
51verbose = Verbose 51verbose = True
52check_timeout = 180 52check_timeout = 180
53 53
54if os.name == "nt": 54if os.name == "nt":
@@ -116,6 +116,7 @@ def run ():
116 116
117 success = False 117 success = False
118 test = Test ('test_integration_bootstrap_and_connect.py', verbose) 118 test = Test ('test_integration_bootstrap_and_connect.py', verbose)
119 cleanup ()
119 120
120 server = Peer(test, './confs/c_bootstrap_server.conf'); 121 server = Peer(test, './confs/c_bootstrap_server.conf');
121 client = Peer(test, './confs/c_no_nat_client.conf'); 122 client = Peer(test, './confs/c_no_nat_client.conf');