summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_perf.py
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-10-13 10:31:16 +0300
committerHanoh Haim <hhaim@cisco.com>2015-10-13 10:31:16 +0300
commitb18e8dc6f2aba20767304334380a9b1561379541 (patch)
treea8d08808fd9f640b79811c070a4324422bdabf71 /scripts/automation/trex_perf.py
parenta9ead5815d40dfe42651f6ff2140c94535b6a703 (diff)
Another Typo fix T-Rex -> TRex
Diffstat (limited to 'scripts/automation/trex_perf.py')
-rwxr-xr-xscripts/automation/trex_perf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/automation/trex_perf.py b/scripts/automation/trex_perf.py
index 5d11f549..314a2318 100755
--- a/scripts/automation/trex_perf.py
+++ b/scripts/automation/trex_perf.py
@@ -950,7 +950,7 @@ def generate_job_id ():
return (str(int(random.getrandbits(32))))
def print_header ():
- logger.log("--== T-Trex Performance Tool v1.0 (2014) ==--")
+ logger.log("--== TTrex Performance Tool v1.0 (2014) ==--")
# print startup summary
def log_startup_summary (job_summary):
@@ -960,10 +960,10 @@ def log_startup_summary (job_summary):
logger.log("\nWork Request Details:\n")
logger.log("Setup Details:\n")
- logger.log("T-Rex Config File: {0}".format(job_summary['config_file']))
+ logger.log("TRex Config File: {0}".format(job_summary['config_file']))
logger.log("Machine Name: {0}".format(trex_config['trex_name']))
- logger.log("T-Rex Type: {0}".format(trex_config['trex_machine_type']))
- logger.log("T-Rex Dual Int. Tx: {0}".format(trex_config['trex_is_dual']))
+ logger.log("TRex Type: {0}".format(trex_config['trex_machine_type']))
+ logger.log("TRex Dual Int. Tx: {0}".format(trex_config['trex_is_dual']))
logger.log("Router Interface: {0}".format(trex_config['router_interface']))
logger.log("\nJob Details:\n")