summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/console/trex_console.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-04-18 15:18:59 +0300
committerimarom <imarom@cisco.com>2016-04-18 15:19:46 +0300
commitb12cc7fda4f8c488800696abdb2fba7c3cfc82a4 (patch)
treecad3edb1805210cb9cbb598d100332ad30a7cdbc /scripts/automation/trex_control_plane/stl/console/trex_console.py
parent7e5993941829e5fd1bb9ab3c6ac624d9aa800c37 (diff)
minor fix
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/console/trex_console.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/console/trex_console.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/stl/console/trex_console.py b/scripts/automation/trex_control_plane/stl/console/trex_console.py
index 589f1d35..a126bf35 100755
--- a/scripts/automation/trex_control_plane/stl/console/trex_console.py
+++ b/scripts/automation/trex_control_plane/stl/console/trex_console.py
@@ -431,6 +431,9 @@ class TRexConsole(TRexGeneralCmd):
def help_release (self):
self.do_release("-h")
+ def help_reacquire (self):
+ self.do_reacquire("-h")
+
############### start
def complete_start(self, text, line, begidx, endidx):