summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stf
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-06-21 17:00:39 +0300
committerHanoh Haim <hhaim@cisco.com>2016-06-21 17:00:39 +0300
commit55e52d1a49092a6753df2fb61ca43b314e7d7573 (patch)
tree893cdad44fba5518cfd84ab54bdb087fca48e432 /scripts/automation/trex_control_plane/stf
parente356e9e5b70a5bdfefeaf10a09f45974e3969682 (diff)
parent3bf54917e0d8817dbadaae73a7545a011676cccf (diff)
Merge to master
Diffstat (limited to 'scripts/automation/trex_control_plane/stf')
-rwxr-xr-xscripts/automation/trex_control_plane/stf/trex_stf_lib/trex_client.py2
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 91fe2075..57d19459 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
@@ -160,7 +160,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)
+ retval = self.server.start_trex(trex_cmd_options, user, block_to_success, timeout, False, self.debug_image)
except AppError as err:
self._handle_AppError_exception(err.args[0])
except ProtocolError: