diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-12-18 10:42:51 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-12-18 10:42:51 +0100 |
commit | 27b99c23e0f2009f801abe81efc83daed99be03d (patch) | |
tree | 968ecfe8ebd6c16e795f0eeb29607de654607de9 /resources/tools/presentation | |
parent | 3ff919f8eb9fa7eb98887f029be7f817de7a1303 (diff) |
Trending: Fix input data processing
Change-Id: I79cecd07c933cc46beb09de1ee2b4a0db5dd8a79
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/input_data_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index aabb0c5d1b..7fa870cd80 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -922,7 +922,7 @@ class ExecutionChecker(ResultVisitor): :type test_kw: Keyword :returns: Nothing. """ - if test_kw.name.count(u"Show Runtime On All Duts") or + if test_kw.name.count(u"Show Runtime On All Duts") or \ test_kw.name.count(u"Show Runtime Counters On All Duts"): self._lookup_kw_nr += 1 self._show_run_lookup_nr = 0 |