aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/input_data_parser.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-09-21 10:52:09 +0200
committerTibor Frank <tifrank@cisco.com>2020-09-21 10:52:09 +0200
commit0df92678006f857a1ed051d9077868270ec1f543 (patch)
tree3ddd6ec57d1b2ceef4891efd593c0ec2f0f7a19a /resources/tools/presentation/input_data_parser.py
parent0e3903c0ebdf1cb8e95b096012539cb7925ea6d0 (diff)
PAL: Fix show runtime
Change-Id: Id42f087b2e3874a362f17596740feab6af8029d9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/input_data_parser.py')
-rw-r--r--resources/tools/presentation/input_data_parser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py
index 250032e5f9..fcaf4a0d8e 100644
--- a/resources/tools/presentation/input_data_parser.py
+++ b/resources/tools/presentation/input_data_parser.py
@@ -1229,7 +1229,8 @@ class ExecutionChecker(ResultVisitor):
:returns: Nothing.
"""
if test_kw.name.count(u"Show Runtime On All Duts") or \
- test_kw.name.count(u"Show Runtime Counters On All Duts"):
+ test_kw.name.count(u"Show Runtime Counters On All Duts") or \
+ test_kw.name.count(u"Vpp Show Runtime On All Duts"):
self._msg_type = u"test-show-runtime"
self._sh_run_counter += 1
else: