Lines Matching refs:attrs
33 attrs = get_test_attributes(testrunx)
34 return attrs.get('antag', None)
37 def matching_test_attributes(attrs, required_test_attributes):
40 matches = [attrs[key] == required_test_attributes[key]
41 for key in attrs if key in required_test_attributes]
244 print "<a href='%s?%s&runs&attrs'>" % (myurl,
262 attrs = set()
268 attrs.update(set(d.keys()))
271 attrs = sorted(list(attrs))[:100]
279 for attr in attrs:
326 print "<a href='%s?%s&runs&attrs'>" % (myurl,
359 attrs = get_test_attributes(testrunx)
361 for attr in sorted(attrs.keys()):
364 val = attrs[attr]
516 self.tko_server, 'attrs' in self.cgiform)