Searched refs:testlist (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 34 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))
|
H A D | tdc.py | 72 for t in testlist: 451 testlist = filtered_tests 452 tcount = len(testlist) 479 for tidx in testlist: 562 testlist = list() 566 for k in testlist: 568 return testlist 702 testlist = [] 719 if testlist and args.execute: 731 if args.category and testlist: [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | debug_test.c | 141 } testlist[] = { variable 154 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 155 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 156 testlist[idx].test(); in main() 157 ksft_test_result_pass("%s\n", testlist[idx].name); in main()
|
H A D | resets.c | 288 } testlist[] = { variable 300 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 302 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 303 if (!testlist[idx].needs_cap || has_s390_vcpu_resets) { in main() 304 testlist[idx].test(); in main() 305 ksft_test_result_pass("%s\n", testlist[idx].name); in main() 308 testlist[idx].name); in main()
|
H A D | sync_regs_test.c | 209 } testlist[] = { variable 227 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 232 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 233 testlist[idx].test(vcpu); in main() 234 ksft_test_result_pass("%s\n", testlist[idx].name); in main()
|
H A D | cmma_test.c | 656 } testlist[] = { variable 692 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 694 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 695 testlist[idx].test(); in main() 696 ksft_test_result_pass("%s\n", testlist[idx].name); in main()
|
H A D | memop.c | 1063 } testlist[] = { in main() local 1142 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 1144 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 1145 if (testlist[idx].requirements_met) { in main() 1146 testlist[idx].test(); in main() 1147 ksft_test_result_pass("%s\n", testlist[idx].name); in main() 1150 testlist[idx].name, extension_cap); in main()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | types.py | 49 testlist = ['alpha', 'beta', 'theta'] 50 self.assertListEqual('alpha beta theta', testlist) 51 self.assertListEqual('alpha beta\ttheta', testlist)
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | igt_runner.sh | 55 --caselist /install/testlist.txt \
|
/openbmc/linux/Documentation/gpu/ |
H A D | automated_testing.rst | 52 drivers/gpu/drm/ci/testlist.txt
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1741 def stitchTouchingThreads(self, testlist): argument 1749 for data in testlist:
|