summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client/trex_client.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2015-12-16 09:45:56 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2015-12-16 09:45:56 +0200
commitf0919e280a6a7b74a52f05b8e6f591e1b7e08200 (patch)
tree64a272dccbbcd7fe75d41f2cbc976ed872254185 /scripts/automation/trex_control_plane/client/trex_client.py
parentfc92c730b46408d408b70364881571e03c7e98d7 (diff)
typo
Diffstat (limited to 'scripts/automation/trex_control_plane/client/trex_client.py')
-rwxr-xr-xscripts/automation/trex_control_plane/client/trex_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/client/trex_client.py b/scripts/automation/trex_control_plane/client/trex_client.py
index 341ab06d..5709b7a5 100755
--- a/scripts/automation/trex_control_plane/client/trex_client.py
+++ b/scripts/automation/trex_control_plane/client/trex_client.py
@@ -134,7 +134,7 @@ class CTRexClient(object):
if not trex_cmd_options.get('l'):
self.result_obj.latency_checked = False
if 'k' in trex_cmd_options:
- timeout += int(trex_cmd_options[k]) # during 'k' seconds TRex stays in 'Starting' state
+ timeout += int(trex_cmd_options['k']) # during 'k' seconds TRex stays in 'Starting' state
self.result_obj.clear_results()
try: