Home | History | Annotate | Download | only in tko

Lines Matching refs:test_attributes

45 def collect_testruns(jobs, test, test_attributes,
62 test_attributes) and
459 self.test_attributes, self.platforms_filter,
555 for attr in self.test_attributes:
556 print "%s=%s   " % (attr, self.test_attributes[attr])
608 group_attributes = self.test_attributes.copy()
633 for attr in self.test_attributes:
634 title += ', %s=%s' % (attr, self.test_attributes[attr])
774 self.test_attributes = perf.parse_test_attr_args(self.cgiform)
775 perf.append_cgi_args(self.passthru, self.test_attributes)