X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Flinux%2Ftesting%2Fscalability.py;h=1c9033b66ab643dcd7ab502a9ba75fc1999606e6;hb=2ff5b287769a5772968642c7b145062856e06f0f;hp=7c43941f7d67fa5b690cfc7c9482d7376981492c;hpb=d50ba1a08e541ded7a8b322493ebb1d0cc59c6ff;p=nepi.git diff --git a/examples/linux/testing/scalability.py b/examples/linux/testing/scalability.py index 7c43941f..1c9033b6 100644 --- a/examples/linux/testing/scalability.py +++ b/examples/linux/testing/scalability.py @@ -4,9 +4,8 @@ # Copyright (C) 2013 INRIA # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation; # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -149,7 +148,7 @@ if __name__ == '__main__': for host in hostnames: node = add_node(ec, host, pl_slice) - for i in xrange(20): + for i in range(20): app = add_app(ec) ec.register_connection(app, node) apps.append(app)