From f0919e280a6a7b74a52f05b8e6f591e1b7e08200 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Wed, 16 Dec 2015 09:45:56 +0200 Subject: typo --- scripts/automation/trex_control_plane/client/trex_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/client/trex_client.py') 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: -- cgit 1.2.3-korg