Lines Matching refs:subdir
132 def initTestOutput(self, subdir): argument
142 if(subdir != "."):
143 self.testdir = subdir+"/"+testtime
3285 def runTest(subdir): argument
3293 sysvals.initTestOutput(subdir)
3325 def runSummary(subdir, output): argument
3330 for dirname, dirnames, filenames in os.walk(subdir):
3364 link = file.replace(subdir+'/', '').replace('_ftrace.txt', '.html')
3368 createHTMLSummarySimple(testruns, subdir+'/summary.html')
3579 subdir = datetime.now().strftime('suspend-'+s+'-%m%d%y-%H%M%S') variable
3580 os.mkdir(subdir)
3586 runTest(subdir)
3588 runSummary(subdir, False)