summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stf
diff options
context:
space:
mode:
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 342c75de..2735f006 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
@@ -105,7 +105,7 @@ class CTRexClient(object):
try:
print('Connecting to Master daemon @ %s ...' % self.master_daemon_path)
self.master_daemon = jsonrpclib.Server(self.master_daemon_path, history = self.history)
- print self.check_master_connectivity()
+ self.check_master_connectivity()
print('Connected to Master daemon.')
return True
except Exception as e: