Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/tc-testing/
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:
A Dtdc.py645 def get_id_list(alltests): argument
652 def check_case_id(alltests): argument
656 idl = get_id_list(alltests)
664 idl = get_id_list(alltests)
668 def generate_case_ids(alltests): argument
674 for c in alltests:
685 for c in alltests:
691 for t in alltests:
804 alltests = generate_case_ids(alltests)
817 for atest in alltests:
[all …]
/linux-6.3-rc2/tools/testing/kunit/
A Dkunit.py375 if cli_args.alltests:
/linux-6.3-rc2/Documentation/dev-tools/kunit/
A Drun_wrapper.rst254 - ``--alltests``: Enable a predefined set of options in order to build

Completed in 6 milliseconds