Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
A Dtdc.py534 def get_id_list(alltests): argument
541 def check_case_id(alltests): argument
545 idl = get_id_list(alltests)
553 idl = get_id_list(alltests)
557 def generate_case_ids(alltests): argument
563 for c in alltests:
574 for c in alltests:
580 for t in alltests:
693 alltests = generate_case_ids(alltests)
706 for atest in alltests:
[all …]
A 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/tools/testing/kunit/
A Dkunit.py77 success = linux.build_kernel(request.alltests,
100 timeout=None if request.alltests else request.timeout,
146 timeout=None if request.alltests else request.timeout,
221 request.alltests,
228 request.alltests, request.filter_glob,
409 cli_args.alltests,
448 cli_args.alltests,
466 cli_args.alltests,
A Dkunit_kernel.py307 def build_kernel(self, alltests, jobs, build_dir, make_options) -> bool: argument
309 if alltests:
/linux/Documentation/dev-tools/kunit/
A Dkunit-tool.rst223 ``--alltests``

Completed in 7 milliseconds