Searched refs:file_path (Results 1 – 2 of 2) sorted by relevance
46 def Parse(self, file_path): argument55 doc = xml.dom.minidom.parse(file_path)58 logger.Log("test file %s does not exist" % file_path)61 logger.Log("Error Parsing xml file: %s " % file_path)64 logger.Log("Error Parsing xml file: %s Reason: %s" % (file_path, e.msg))120 def Parse(file_path): argument131 tests_result.Parse(file_path)
55 def Parse(self, file_path): argument64 doc = xml.dom.minidom.parse(file_path)67 logger.Log('Results file %s does not exist' % file_path)70 logger.Log('Error Parsing xml file: %s ' % file_path)