gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: 2to3 ./src/integration-test


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: 2to3 ./src/integration-tests/test_integration_disconnect_nat.py.in
Date: Sat, 03 Mar 2018 17:36:27 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 9af8e5344 2to3 
./src/integration-tests/test_integration_disconnect_nat.py.in
9af8e5344 is described below

commit 9af8e53448a3c633f699149fb774677f957591c0
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 20 09:31:28 2017 +0000

    2to3 ./src/integration-tests/test_integration_disconnect_nat.py.in
---
 .../test_integration_disconnect_nat.py.in            | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/integration-tests/test_integration_disconnect_nat.py.in 
b/src/integration-tests/test_integration_disconnect_nat.py.in
index c683ebcfa..4cbab80dd 100755
--- a/src/integration-tests/test_integration_disconnect_nat.py.in
+++ b/src/integration-tests/test_integration_disconnect_nat.py.in
@@ -1,6 +1,6 @@
 address@hidden@
 #    This file is part of GNUnet.
-#    (C) 2010 Christian Grothoff (and other contributing authors)
+#    (C) 2010, 2018 Christian Grothoff (and other contributing authors)
 #
 #    GNUnet is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published
@@ -70,7 +70,7 @@ def cleanup ():
 
 
 def success_disconnect_cont (check):
-       print 'Peers disconnected successfully'
+       print('Peers disconnected successfully')
        global success 
        success = True;
 
@@ -78,7 +78,7 @@ def success_disconnect_cont (check):
 def fail_disconnect_cont (check):    
        global success 
        success = False;
-       print 'Peers failed to disconnect'
+       print('Peers failed to disconnect')
        check.evaluate(True)   
   
 def check_disconnect ():
@@ -97,14 +97,14 @@ def check_disconnect ():
 
 
 def success_connect_cont (check):
-       print 'Peers connected successfully'
+       print('Peers connected successfully')
        check_disconnect ()
 
 
 def fail_connect_cont (check):    
   global success 
   success= False
-  print 'Peers failed to connected!'    
+  print('Peers failed to connected!')
   check.evaluate(True)
 
 
@@ -137,7 +137,7 @@ def SigHandler(signum = None, frame = None):
        global server
        global nat_client  
        
-       print 'Test was aborted!'
+       print('Test was aborted!')
        if (None != server):
                server.stop ()
        if (None != nat_client):                
@@ -165,7 +165,7 @@ def run ():
        nat_client = Peer(test, './confs/c_nat_client.conf');
        
        if (True != server.start()):
-               print 'Failed to start server'
+               print('Failed to start server')
                if (None != server):
                        server.stop ()
                cleanup ()
@@ -175,7 +175,7 @@ def run ():
        time.sleep(5)
                
        if (True != nat_client.start()):
-               print 'Failed to start nat_client'
+               print('Failed to start nat_client')
                if (None != server):
                        server.stop ()
                if (None != nat_client):                
@@ -201,7 +201,7 @@ def run ():
 try:
        run ()
 except (KeyboardInterrupt, SystemExit):    
-       print 'Test interrupted'
+       print('Test interrupted')
        server.stop ()
        nat_client.stop ()
        cleanup ()
@@ -212,4 +212,4 @@ else:
      
        
      
-       
\ No newline at end of file
+       

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]