aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_disconnect.py.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 16:14:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 16:14:26 +0000
commitd626dae9f02dd793a0175cbb89d17785caee8cf5 (patch)
tree7c2ac17f3dd5c6a79a9afdd8250ee0e820d08252 /src/integration-tests/test_integration_disconnect.py.in
parentaba51a8fe1f22b62ce735a725e2badc4f21b21d0 (diff)
downloadgnunet-d626dae9f02dd793a0175cbb89d17785caee8cf5.tar.gz
gnunet-d626dae9f02dd793a0175cbb89d17785caee8cf5.zip
clique test
removed unusued confs, tests
Diffstat (limited to 'src/integration-tests/test_integration_disconnect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_disconnect.py.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/integration-tests/test_integration_disconnect.py.in b/src/integration-tests/test_integration_disconnect.py.in
index 1de1cf042..c2d3102c7 100755
--- a/src/integration-tests/test_integration_disconnect.py.in
+++ b/src/integration-tests/test_integration_disconnect.py.in
@@ -123,7 +123,7 @@ def SigHandler(signum = None, frame = None):
123 print 'Test was aborted!' 123 print 'Test was aborted!'
124 if (None != server): 124 if (None != server):
125 server.stop () 125 server.stop ()
126 if (None != server): 126 if (None != client):
127 client.stop () 127 client.stop ()
128 cleanup () 128 cleanup ()
129 sys.exit(success) 129 sys.exit(success)
@@ -151,15 +151,13 @@ def run ():
151 print 'Failed to start server' 151 print 'Failed to start server'
152 if (None != server): 152 if (None != server):
153 server.stop () 153 server.stop ()
154 if (None != server):
155 client.stop ()
156 cleanup () 154 cleanup ()
157 sys.exit(success) 155 sys.exit(success)
158 if (True != client.start()): 156 if (True != client.start()):
159 print 'Failed to start client' 157 print 'Failed to start client'
160 if (None != server): 158 if (None != server):
161 server.stop () 159 server.stop ()
162 if (None != server): 160 if (None != client):
163 client.stop () 161 client.stop ()
164 cleanup () 162 cleanup ()
165 sys.exit(success) 163 sys.exit(success)