def __init__(self,options,config): TestParent.__init__(self,options,config) HTMLParser.__init__(self) self.total = False self.executed = False self.total_line='' self.executed_line=''
def __init__(self, options, config): TestParent.__init__(self, options, config) HTMLParser.__init__(self) self.total = False self.executed = False self.total_line = '' self.executed_line = ''
def running(self): result = TestParent.running(self) if result.find("[ERROR] BUILD ERROR") != -1 or result.find( "BUILD FAILURE") != -1: print "BUILD ERROR/FAILURE" return 100 self.get_case_list(result)
def before_run(self): if (platform.architecture()[0] == '64bit'): self.JavaHome = self.JavaHome + '.x86_64' os.environ["JAVA_HOME"] = self.JavaHome os.environ["PATH"] = self.MvnPath + os.environ["PATH"] TestParent.before_run(self)
def __init__(self,options,config): TestParent.__init__(self,options,config) HTMLParser.__init__(self) self.total = False self.flag = False self.data = []
def __init__(self,options,config): TestParent.__init__(self,options,config) self.flag = False self.line_info = ""
def __init__(self,options,config): TestParent.__init__(self,options,config) self.lcov_info = '' #keep defalt code coverage calculation, do NOT care the codes test doesn't hit #1 = keep; self.keep = options.get('keep', 0)
def before_run(self): TestParent.before_run(self) if(self.makefilecommands and self.Make() == False): print "Build/Make ERROR" return 100
def __init__(self, options, config): TestParent.__init__(self, options, config)
def running(self): result = TestParent.running(self) if result.find("[ERROR] BUILD ERROR")!=-1 or result.find("BUILD FAILURE")!=-1: print "BUILD ERROR/FAILURE" return 100 self.get_case_list(result)
def __init__(self, options, config): TestParent.__init__(self, options, config) self.lcov_info = '' #keep defalt code coverage calculation, do NOT care the codes test doesn't hit #1 = keep; self.keep = options.get('keep', 0)
def before_run(self): TestParent.before_run(self) if (self.makefilecommands and self.Make() == False): print "Build/Make ERROR" return 100
def __init__(self, options, config): TestParent.__init__(self, options, config) HTMLParser.__init__(self) self.flag = False self.line_info = ""
def __init__(self, config, options): TestParent.__init__(self, config, options)
def __init__(self,config,options): TestParent.__init__(self,config,options)
def __init__(self, options, config): TestParent.__init__(self, options, config) HTMLParser.__init__(self) self.total = False self.flag = False self.data = []