diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2015-12-16 09:45:56 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2015-12-16 09:45:56 +0200 |
commit | f0919e280a6a7b74a52f05b8e6f591e1b7e08200 (patch) | |
tree | 64a272dccbbcd7fe75d41f2cbc976ed872254185 /scripts | |
parent | fc92c730b46408d408b70364881571e03c7e98d7 (diff) |
typo
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/automation/trex_control_plane/client/trex_client.py | 2 |
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: |