aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
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
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')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect.py.in3
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in1
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in1
-rwxr-xr-xsrc/integration-tests/test_integration_restart.py.in2
4 files changed, 5 insertions, 2 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');
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 ():
128 128
129 success = False 129 success = False
130 test = Test ('test_integration_bootstrap_and_connect.py', verbose) 130 test = Test ('test_integration_bootstrap_and_connect.py', verbose)
131 cleanup ()
131 132
132 server = Peer(test, './confs/c_bootstrap_server.conf'); 133 server = Peer(test, './confs/c_bootstrap_server.conf');
133 client = Peer(test, './confs/c_no_nat_client.conf'); 134 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 ():
128 128
129 success = False 129 success = False
130 test = Test ('test_integration_bootstrap_and_connect.py', verbose) 130 test = Test ('test_integration_bootstrap_and_connect.py', verbose)
131 cleanup ()
131 132
132 server = Peer(test, './confs/c_bootstrap_server.conf'); 133 server = Peer(test, './confs/c_bootstrap_server.conf');
133 client = Peer(test, './confs/c_nat_client.conf'); 134 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 ():
149 success = False 149 success = False
150 150
151 test = Test ('test_integration_disconnect', verbose) 151 test = Test ('test_integration_disconnect', verbose)
152 152 cleanup ()
153 server = Peer(test, './confs/c_bootstrap_server.conf'); 153 server = Peer(test, './confs/c_bootstrap_server.conf');
154 server.start(); 154 server.start();
155 155