diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-06-22 00:14:17 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-06-22 00:14:17 +0300 |
commit | a5d8474b3f5598561298efc6e696378f584011c9 (patch) | |
tree | 9a256d2f2ddcadc2a3c896734c7bbb7b75d62085 /scripts/automation/trex_control_plane/stf | |
parent | ddbed4330eee8b4c40d8ca83535dbf5ac69bb81f (diff) |
typo at last commit
Diffstat (limited to 'scripts/automation/trex_control_plane/stf')
-rwxr-xr-x | scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_client.py b/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_client.py index d3362d0d..a13fe31f 100755 --- a/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_client.py +++ b/scripts/automation/trex_control_plane/stf/trex_stf_lib/trex_client.py @@ -161,7 +161,7 @@ class CTRexClient(object): self.result_obj.clear_results() try: issue_time = time.time() - retval = self.server.start_trex(trex_cmd_options, user, block_to_success, timeout, self.debug_image, self.trex_args) + retval = self.server.start_trex(trex_cmd_options, user, block_to_success, timeout, False, self.debug_image, self.trex_args) except AppError as err: self._handle_AppError_exception(err.args[0]) except ProtocolError: |