From: Tibor Frank Date: Wed, 12 Feb 2020 15:07:53 +0000 (+0100) Subject: PAL: Fix sh run X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=1ced14ce1707a27679002db43c4761853ddb83de PAL: Fix sh run Change-Id: I55825d6f24788aab67d2121e6fe45808d9a79e59 Signed-off-by: Tibor Frank --- diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 7c9cd303e0..cd26d69c76 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -602,8 +602,6 @@ class ExecutionChecker(ResultVisitor): if not msg.message.count(u"stats runtime"): return - self._sh_run_counter += 1 - # Temporary solution if self._sh_run_counter > 1: return @@ -1127,6 +1125,7 @@ class ExecutionChecker(ResultVisitor): if test_kw.name.count(u"Show Runtime On All Duts") or \ test_kw.name.count(u"Show Runtime Counters On All Duts"): self._msg_type = u"test-show-runtime" + self._sh_run_counter += 1 elif test_kw.name.count(u"Install Dpdk Test") and not self._version: self._msg_type = u"dpdk-version" else: