示例#1
0
    def checkResults(self, log, conds):
        if os.path.isfile (log):
            with open(log) as f:
                example_logparser.checkLogs(self.error_conditions_path, f)

            with open(log) as f:
                example_logparser.checkLogs(conds, f)
示例#2
0
    def checkResults(self, log, conds):
        if os.path.isfile(log):
            with open(log) as f:
                example_logparser.checkLogs(self.error_conditions_path, f)

            with open(log) as f:
                example_logparser.checkLogs(conds, f)
示例#3
0
 def checkOSPLInfoLog(self, log):
     with open(log) as f:
         example_logparser.checkLogs(self.ospl_info_conditions_path, f)
示例#4
0
 def checkOSPLInfoLog(self, log):
     with open(log) as f:
         example_logparser.checkLogs(self.ospl_info_conditions_path, f)