Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
Dtdc.py66 def get_required_plugins(self, testlist): argument
72 for t in testlist:
329 testlist = filtered_tests
330 tcount = len(testlist)
341 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist])
357 for tidx in testlist:
404 for tidx in testlist[count - 1:]:
436 testlist = json.load(test_data, object_pairs_hook=OrderedDict)
439 testlist = list()
441 idlist = get_id_list(testlist)
[all …]
Dtdc_helper.py34 def list_test_cases(testlist): argument
36 for curcase in testlist:
40 def list_categories(testlist): argument
42 categories = set(map(lambda x: x['category'], testlist))
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.py1558 def stitchTouchingThreads(self, testlist): argument
1566 for data in testlist: