diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-12-09 13:10:07 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-12-09 14:36:46 +0100 |
commit | 190462e1f242b59d927eff3e63826fe6343eadbc (patch) | |
tree | 76b9ff9aeb62a18e72ce8731680dd74b74c774ed /resources/tools/presentation/input_data_parser.py | |
parent | 762c67cae040358876e470822ad50a77d4f03c12 (diff) |
Trending: Use Mpps
Change-Id: I63efaa244aa4931a8ab474bc64520e1f501ad57a
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index d23fa8454d..2f126f4c8b 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -429,7 +429,6 @@ class ExecutionChecker(ResultVisitor): r"PAPI command history:", u"", msg.message, count=1).replace(u'\n', u' |br| ').\ replace(u'"', u"'") - self._data[u"tests"][self._test_id][u"conf-history"] += ( f" |br| **DUT{str(self._conf_history_lookup_nr)}:** {text}" ) @@ -528,7 +527,7 @@ class ExecutionChecker(ResultVisitor): txt_table.align[u"Vectors/Calls"] = u"r" text += txt_table.get_string(sortby=u"Name") + u'\n' - text = f" \n**DUT: {host}{socket}**\n{text}".\ + text = f"\n**DUT: {host}{socket}**\n{text}".\ replace(u'\n', u' |br| ').\ replace(u'\r', u'').\ replace(u'"', u"'") |