gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23698 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r23698 - gnunet/src/integration-tests
Date: Fri, 7 Sep 2012 14:21:12 +0200

Author: wachs
Date: 2012-09-07 14:21:12 +0200 (Fri, 07 Sep 2012)
New Revision: 23698

Modified:
   gnunet/src/integration-tests/test_mem_consumption.py
Log:
- changes


Modified: gnunet/src/integration-tests/test_mem_consumption.py
===================================================================
--- gnunet/src/integration-tests/test_mem_consumption.py        2012-09-07 
12:04:37 UTC (rev 23697)
+++ gnunet/src/integration-tests/test_mem_consumption.py        2012-09-07 
12:21:12 UTC (rev 23698)
@@ -105,7 +105,7 @@
     global client
     global client2     
     restarts = 0
-    iterations = 4
+    iterations = 10000
     success = False
     
     test = Test ('test_memory_consumption', verbose)
@@ -115,7 +115,8 @@
     client.start();
     
     while (restarts < iterations):
-       print 'Iteration #' + str (restarts) + ' of ' + str (restarts)
+       print 'Iteration #' + str (restarts) + ' of ' + str (iterations)
+       print '---------------------'
        restarts += 1
        client2 = Peer(test, './confs/c_no_nat_client_2.conf');
        client2.start();        
@@ -125,7 +126,7 @@
            test.p ('All peers connected, stopping client2')   
            client2.stop ()
            check_disconnect ()
-           test.p ('Peer disconnected')
+           test.p ('Peer disconnected\n')
 
     print str (iterations) + " Iteration executed" 
     server.stop ()    




reply via email to

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