Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/tc-testing/
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:
Dtdc.py658 def get_id_list(alltests): argument
662 return [x["id"] for x in alltests]
665 def check_case_id(alltests): argument
669 idl = get_id_list(alltests)
673 def does_id_exist(alltests, newid): argument
677 idl = get_id_list(alltests)
681 def generate_case_ids(alltests): argument
687 for c in alltests:
691 if (does_id_exist(alltests, newid)):
698 for c in alltests:
[all …]
/Linux-v6.6/tools/testing/kunit/
Dkunit.py427 if cli_args.alltests:
/Linux-v6.6/Documentation/dev-tools/kunit/
Drun_wrapper.rst254 - ``--alltests``: Enable a predefined set of options in order to build