Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
A Dtdc.py72 for t in testlist:
329 testlist = filtered_tests
330 tcount = len(testlist)
357 for tidx in testlist:
439 testlist = list()
443 for k in testlist:
445 return testlist
579 testlist = []
596 if testlist and args.execute:
608 if args.category and testlist:
[all …]
A 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))
/linux/tools/power/pm-graph/
A Dsleepgraph.py1635 def stitchTouchingThreads(self, testlist): argument
1643 for data in testlist:

Completed in 14 milliseconds