diff options
-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: |