summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stf
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-05-13 20:48:56 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-05-13 20:48:56 +0300
commit4bebad9e1f151ac6e64ef4badd5813d6842d31ab (patch)
tree33be890a873ced6bef1f39d59750fae0b30a1ade /scripts/automation/trex_control_plane/stf
parent89b608ae766705950efc5f4914b01b9a32b6a0e7 (diff)
typo
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: