Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/tc-testing/
Dtdc.py247 testlist = filtered_tests
248 tcount = len(testlist)
262 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist])
285 for tidx in testlist:
320 for tidx in testlist[index - 1:]:
351 testlist = json.load(test_data, object_pairs_hook=OrderedDict)
354 testlist = list()
356 idlist = get_id_list(testlist)
358 for k in testlist:
360 return testlist
[all …]
Dtdc_helper.py31 def list_test_cases(testlist): argument
33 for curcase in testlist:
37 def list_categories(testlist): argument
39 categories = set(map(lambda x: x['category'], testlist))
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py1094 def stitchTouchingThreads(self, testlist): argument
1102 for data in testlist: