Searched refs:testrunx (Results 1 – 1 of 1) sorted by relevance
25 def get_test_attributes(testrunx): argument27 " where test_idx = %d" % testrunx )32 def get_antag(testrunx): argument33 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)[all …]