From: Tibor Frank Date: Fri, 16 Aug 2019 06:20:07 +0000 (+0200) Subject: PAL: Process show runtime output 2 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=ad4d0130f32f295310d3dd330ad477f620938951 PAL: Process show runtime output 2 - format the tables Change-Id: I31f786d53b79fa14c5d2dc21ff65d0465fde1d4f Signed-off-by: Tibor Frank (cherry picked from commit 7da9d215fc0867e19160d38b0096e58c78381bf8) --- diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index b0d7245e0c..f2656d2381 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -539,10 +539,9 @@ class ExecutionChecker(ResultVisitor): txt_table.align["Suspends"] = "r" txt_table.align["Clocks"] = "r" - text += txt_table.get_string(sortby="Name") + '\n' + text += txt_table.get_html_string(sortby="Name") + '\n' - text = text.replace('\n', ' |br| ').replace('\r', '').\ - replace('"', "'") + text = text.replace('\n', '').replace('\r', '') try: self._data["tests"][self._test_ID]["show-run"] += " |br| " self._data["tests"][self._test_ID]["show-run"] += \