diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-09-19 10:55:53 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-09-19 12:46:04 +0200 |
commit | 900fe671c5e3095ec9a3bc31e1b0a7d1f8045116 (patch) | |
tree | 8a79d4a83aee8ee4b38a70d9535c93884d2df764 /resources/tools/presentation/input_data_parser.py | |
parent | 5ad9b364cbd45a0b25d73412b9777ac14df92b0a (diff) |
CSIT-1288: Prepare data to be sent by Jenkins
Change-Id: I0840883d52180d09f7de2bd9b0391a0db24105f5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/input_data_parser.py')
-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 a35a454aa2..89e11bbe95 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -698,7 +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"])) + logging.debug("Tags: {0}".format(test_result["tags"])) return if test.status == "PASS" and ("NDRPDRDISC" in tags or |