Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/tc-testing/
H 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:
H A Dtdc.py657 def get_id_list(alltests): argument
661 return [x["id"] for x in alltests]
664 def check_case_id(alltests): argument
668 idl = get_id_list(alltests)
672 def does_id_exist(alltests, newid): argument
676 idl = get_id_list(alltests)
680 def generate_case_ids(alltests): argument
686 for c in alltests:
690 if (does_id_exist(alltests, newid)):
697 for c in alltests:
[all …]
/openbmc/linux/tools/testing/kunit/
H A Dkunit.py427 if cli_args.alltests:
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst254 - ``--alltests``: Enable a predefined set of options in order to build