From 344ea908c94faf37a10f23627b2f5656ea3e289b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 4 Sep 2018 09:37:39 +0200 Subject: CSIT-1262: Add 2n/3n-skx to trending CSIT-1263: Edit Trending static content Change-Id: Ief60f3bea75fb9fd153f7abb0a5933f1a3e317aa Signed-off-by: Tibor Frank --- resources/tools/presentation/input_data_parser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/tools/presentation/input_data_parser.py') diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 0ecaf3fa5c..340b7dc372 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -698,6 +698,7 @@ class ExecutionChecker(ResultVisitor): self._data["tests"][self._test_ID] = test_result logging.error("The test '{0}' has no or more than one " "multi-threading tags.".format(self._test_ID)) + logging.error("Tags: {0}".format(test_result["tags"])) return if test.status == "PASS" and ("NDRPDRDISC" in tags or -- cgit 1.2.3-korg