diff options
Diffstat (limited to 'scripts/automation/trex_control_plane')
-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 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: |