Lines Matching refs:testrunx
25 def get_test_attributes(testrunx): argument
27 " where test_idx = %d" % testrunx )
32 def get_antag(testrunx): argument
33 attrs = get_test_attributes(testrunx)
56 for testrunx, machx in perf.db_cur.fetchall():
61 matching_test_attributes(get_test_attributes(testrunx),
63 (not no_antag or get_antag(testrunx) == '') ):
64 runs.setdefault(platform, []).append(testrunx)
82 for testrunx in test_runs[kernel].get(platform, []):
83 antag = get_antag(testrunx)
85 runs.setdefault(antag, []).append(testrunx)
347 for testrunx in runs:
349 vals = perf.get_metric_at_point([testrunx], metric)
353 row = get_testrun_context(testrunx)
359 attrs = get_test_attributes(testrunx)
623 for testrunx in runs[platform]:
624 vals += perf.get_metric_at_point([testrunx], metric)