Searched refs:testrun (Results 1 – 3 of 3) sorted by relevance
138 testrun() { function171 testrun178 testrun
892 testrun = True variable966 testrun = False variable979 testrun = False variable1021 if cmd or sysvals.reboot or sysvals.iscronjob or testrun:1023 if (testrun and sysvals.useftrace) or cmd == 'flistall':1069 if testrun:1096 if testrun and os.path.isdir(sysvals.testdir) and \
3294 testrun = []3296 testrun.append(TestRun(data))3331 data = testrun[testidx].data3362 for test in testrun:3485 testrun = TestRun(data)3486 testruns.append(testrun)3532 if('thaw_processes' in testrun.ttemp and len(testrun.ttemp['thaw_processes']) > 0):3636 testrun.ttemp[name] = []3731 if(key not in testrun.ftemp):3732 testrun.ftemp[key] = [][all …]
Completed in 13 milliseconds