X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Frobot_output_parser.py;h=d5e9b88597e889487689398ecfcaf6515209afa5;hp=fb085980f6f716f58cd3bc2059c48d42f84d7e5f;hb=6eda6928faa746c7e012827296f17fc364cde1b3;hpb=79991f4e027f0be2109519863e278e638829c741 diff --git a/resources/tools/robot_output_parser.py b/resources/tools/robot_output_parser.py index fb085980f6..d5e9b88597 100755 --- a/resources/tools/robot_output_parser.py +++ b/resources/tools/robot_output_parser.py @@ -92,7 +92,7 @@ class ExecutionChecker(ResultVisitor): for tag in test.tags: tags.append(tag) test_elem = ET.SubElement(self.root, - test.parent.name.replace(" ", "")) + "S"+test.parent.name.replace(" ", "")) test_elem.attrib['name'] = test.parent.name test_elem.attrib['framesize'] = str(re.search(\ self.tc_regexp, test.name).group(2))