summaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-12 11:15:20 +0000
committerng0 <ng0@n0.is>2019-02-12 11:15:20 +0000
commit298d6863277b34f1143d9ed8807b819e1eff7ee1 (patch)
tree84f9b46c19e73ba6b526e94da1396763c4642a3d /src/integration-tests
parenta929ba9e167913635a1a4a919692761516a76d28 (diff)
downloadgnunet-298d6863277b34f1143d9ed8807b819e1eff7ee1.tar.gz
gnunet-298d6863277b34f1143d9ed8807b819e1eff7ee1.zip
integration-tests: futurize test_reconnect
Diffstat (limited to 'src/integration-tests')
-rwxr-xr-xsrc/integration-tests/test_integration_reconnect.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_reconnect.py.in b/src/integration-tests/test_integration_reconnect.py.in
index 13179eef6..573ae221a 100755
--- a/src/integration-tests/test_integration_reconnect.py.in
+++ b/src/integration-tests/test_integration_reconnect.py.in
@@ -18,6 +18,7 @@
18# SPDX-License-Identifier: AGPL3.0-or-later 18# SPDX-License-Identifier: AGPL3.0-or-later
19# 19#
20# 20#
21from __future__ import print_function
21import sys 22import sys
22import os 23import os
23import subprocess 24import subprocess
@@ -89,7 +90,7 @@ def cleanup ():
89 90
90def success_restart_cont (check): 91def success_restart_cont (check):
91 global success 92 global success
92 print('Peers connected successfully after restart') 93 print('Peers connected successfully after restart')
93 server.stop () 94 server.stop ()
94 client.stop () 95 client.stop ()
95 success = True; 96 success = True;