PAL: Process show runtime output 2 47/21347/1
authorTibor Frank <tifrank@cisco.com>
Fri, 16 Aug 2019 06:20:07 +0000 (08:20 +0200)
committerTibor Frank <tifrank@cisco.com>
Fri, 16 Aug 2019 06:22:24 +0000 (06:22 +0000)
- format the tables

Change-Id: I31f786d53b79fa14c5d2dc21ff65d0465fde1d4f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 7da9d215fc0867e19160d38b0096e58c78381bf8)

resources/tools/presentation/input_data_parser.py

index b0d7245..f2656d2 100644 (file)
@@ -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"] += \