From 3ff919f8eb9fa7eb98887f029be7f817de7a1303 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 19 Nov 2019 12:00:57 +0000 Subject: Telemetry: Add more operational data + Add both NDR and PDR telemetry capture + Speedup sockets + Adjust privileges Signed-off-by: Peter Mikus Change-Id: Ia6fd5d405e6fb410651d8b705c921653753aea10 --- resources/tools/presentation/input_data_parser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/tools') diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 2f126f4c8b..aabb0c5d1b 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -922,7 +922,8 @@ class ExecutionChecker(ResultVisitor): :type test_kw: Keyword :returns: Nothing. """ - if test_kw.name.count(u"Show Runtime Counters On All Duts"): + 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 self._msg_type = u"test-show-runtime" -- cgit 1.2.3-korg