summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-12-15 11:24:07 -0500
committerimarom <imarom@cisco.com>2015-12-15 11:36:46 -0500
commit419a25e989c47dcc5e94b9e3bc64252fb5197f10 (patch)
tree3224bdb70b648e3cbe9f26c429dee74d5d50aed2 /scripts
parent96314dfde866a6b866464c9a91331a266ea137bc (diff)
VM: connected control plane to DP
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/automation/trex_control_plane/console/trex_console.py5
-rw-r--r--scripts/run-gtest-clean3
2 files changed, 7 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/console/trex_console.py b/scripts/automation/trex_control_plane/console/trex_console.py
index 325ba514..f02652d0 100755
--- a/scripts/automation/trex_control_plane/console/trex_console.py
+++ b/scripts/automation/trex_control_plane/console/trex_console.py
@@ -474,6 +474,11 @@ class TRexConsole(TRexGeneralCmd):
self.tui.show()
self.stateless_client.set_verbose(save_verbose)
+
+ def help_tui (self):
+ do_tui("-h")
+
+
# quit function
def do_quit(self, line):
'''Exit the client\n'''
diff --git a/scripts/run-gtest-clean b/scripts/run-gtest-clean
index c3f6ef9c..99994e31 100644
--- a/scripts/run-gtest-clean
+++ b/scripts/run-gtest-clean
@@ -1,2 +1,3 @@
#! /bin/bash
-valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_stl.*"
+valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_*"
+