From: Tibor Frank Date: Wed, 18 Dec 2019 09:42:51 +0000 (+0100) Subject: Trending: Fix input data processing X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=27b99c23e0f2009f801abe81efc83daed99be03d;hp=3ff919f8eb9fa7eb98887f029be7f817de7a1303;p=csit.git Trending: Fix input data processing Change-Id: I79cecd07c933cc46beb09de1ee2b4a0db5dd8a79 Signed-off-by: Tibor Frank --- 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