Lines Matching refs:format
32 print('{}.pre_suite'.format(self.sub_class))
34 self._add_to_tap('1..{}\n'.format(self.testcount))
40 print('{}.post_suite'.format(self.sub_class))
41 #print('{}'.format(self.tap))
43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped')
71 print('{}.adjust_command'.format(self.sub_class))
82 format(stage, command, cmdlist))
86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid))
98 print('adjust_command: return command [{}]'.format(command))
105 res = TestResult('{}-mem'.format(self.args.testid),
106 '{} memory leak check'.format(self.args.test_name))
128 with open('vgnd-{}.log'.format(self.args.testid)) as vfd: