Searched refs:logDict (Results 1 – 1 of 1) sorted by relevance
96 def getTestDict(self,logDict): argument102 testDict['info']={'branch':logDict['branch']}104 for logfile in logDict:107 for test in logDict[logfile]:112 error=logDict[logfile][test].strip()391 logDict={'branch':branch}396 logDict[logfile]=self.parseLogFile(logfile)398 return logDict481 logDict=logP.doLogFiles(b)482 testDict=logP.getTestDict(logDict)