Home
last modified time | relevance | path

Searched refs:alltests (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/tc-testing/
Dtdc.py534 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 …]
Dtdc_helper.py8 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.15/tools/testing/kunit/
Dkunit.py77 success = linux.build_kernel(request.alltests,
100 timeout=None if request.alltests else request.timeout,
159 request.alltests,
166 request.alltests, request.filter_glob,
346 cli_args.alltests,
384 cli_args.alltests,
402 cli_args.alltests,
Dkunit_kernel.py316 def build_kernel(self, alltests, jobs, build_dir, make_options) -> bool: argument
318 if alltests:
/Linux-v5.15/Documentation/dev-tools/kunit/
Dkunit-tool.rst223 ``--alltests``