Searched refs:alltests (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/testing/selftests/tc-testing/ |
D | tdc.py | 534 def get_id_list(alltests): argument 538 return [x["id"] for x in alltests] 541 def check_case_id(alltests): argument 545 idl = get_id_list(alltests) 549 def does_id_exist(alltests, newid): argument 553 idl = get_id_list(alltests) 557 def generate_case_ids(alltests): argument 563 for c in alltests: 567 if (does_id_exist(alltests, newid)): 574 for c in alltests: [all …]
|
D | tdc_helper.py | 8 def get_categorized_testlist(alltests, ucat): argument 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests)) 26 def get_test_categories(alltests): argument 29 for t in alltests:
|
/Linux-v5.10/tools/testing/kunit/ |
D | kunit.py | 73 success = linux.build_um_kernel(request.alltests, 95 timeout=None if request.alltests else request.timeout, 145 request.alltests, 152 request.alltests) 268 cli_args.alltests, 302 cli_args.alltests, 319 cli_args.alltests)
|
D | kunit_kernel.py | 195 def build_um_kernel(self, alltests, jobs, build_dir, make_options): argument 197 if alltests:
|