Fix: Add prefix to elements of output-perf-xml 15/4615/2
authorpmikus <pmikus@cisco.com>
Tue, 10 Jan 2017 07:06:23 +0000 (08:06 +0100)
committerPeter Mikus <pmikus@cisco.com>
Tue, 10 Jan 2017 08:23:23 +0000 (08:23 +0000)
commit6eda6928faa746c7e012827296f17fc364cde1b3
tree8690e6d896b58d0d7ff6caf8976ce5671e361b46
parent79991f4e027f0be2109519863e278e638829c741
Fix: Add prefix to elements of output-perf-xml

Robot results parser is using names of suites to create XML with
performance data. This patch is supposed to fix the situation when
the name of suite starts with digit. This leads to issue that
final XML is not valid.

Change-Id: I0046da4ff62f661de07f8e659ae511610c8c61f8
Signed-off-by: pmikus <pmikus@cisco.com>
resources/tools/robot_output_parser.py