Home
last modified time | relevance | path

Searched refs:testrunx (Results 1 – 1 of 1) sorted by relevance

/external/autotest/tko/
Dnightly.py25 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)
[all …]