summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stf
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-05-14 02:30:13 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-05-14 02:30:13 +0300
commita08c4df1da6892a515fb5e4ddce4a7d525d8fcee (patch)
tree8cd5f02afacc9fd91f6a0334ff2675de10409487 /scripts/automation/trex_control_plane/stf
parent4bebad9e1f151ac6e64ef4badd5813d6842d31ab (diff)
fix indent for building docs
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, 2 insertions, 0 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 2735f006..09ee52ef 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
@@ -1032,6 +1032,7 @@ class CTRexClient(object):
def start_trex_daemon(self):
'''
Start TRex server daemon.
+
:return:
+ **True** if success.
+ **False** if TRex server daemon already running.
@@ -1046,6 +1047,7 @@ class CTRexClient(object):
def stop_trex_daemon(self):
'''
Stop TRex server daemon.
+
:return:
+ **True** if success.
+ **False** if TRex server daemon already running.