diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-13 20:48:56 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-13 20:48:56 +0300 |
commit | 4bebad9e1f151ac6e64ef4badd5813d6842d31ab (patch) | |
tree | 33be890a873ced6bef1f39d59750fae0b30a1ade /scripts | |
parent | 89b608ae766705950efc5f4914b01b9a32b6a0e7 (diff) |
typo
Diffstat (limited to 'scripts')
-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: |