aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/input_data_parser.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-08-16 08:20:07 +0200
committerTibor Frank <tifrank@cisco.com>2019-08-16 08:20:07 +0200
commit7da9d215fc0867e19160d38b0096e58c78381bf8 (patch)
treec9728b7ca39ea660043cd57e3473f3922ae6d0af /resources/tools/presentation/input_data_parser.py
parent4f449c75717ba8d729fca0ebf35d25b345a7484c (diff)
PAL: Process show runtime output 2
- format the tables Change-Id: I31f786d53b79fa14c5d2dc21ff65d0465fde1d4f 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.py5
1 files changed, 2 insertions, 3 deletions
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"] += \