Fix perf script help text 47/44447/2
authorLuis Gomez <ecelgp@gmail.com>
Mon, 22 Aug 2016 01:59:34 +0000 (18:59 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 25 Aug 2016 22:59:59 +0000 (22:59 +0000)
Change-Id: I56227210001ca0a3346a29ee3096b9062a7b2747
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
tools/odl-mdsal-clustering-tests/clustering-performance-test/odl_tester.py

index 1b38833c4cb718924bce87b2a7fd8b6e6adad743..3202bd7890299c7600ccb802d51b10062be268d7 100644 (file)
@@ -204,9 +204,9 @@ def main(*argv):
                                                  'into the config tree, as specified by optional parameters.')
 
     parser.add_argument('--host', default='127.0.0.1',
-                        help='Host where onos controller is running (default is 127.0.0.1)')
+                        help='Host where ODL controller is running (default is 127.0.0.1)')
     parser.add_argument('--port', default='8181',
-                        help='Port on which onos\'s RESTCONF is listening (default is 8181)')
+                        help='Port on which ODL\'s RESTCONF is listening (default is 8181)')
     parser.add_argument('--threads', type=int, default=1,
                         help='Number of request worker threads to start in each cycle; default=1. '
                              'Each thread will add/delete <FLOWS> flows.')