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.py658 def get_id_list(alltests): argument
665 def check_case_id(alltests): argument
669 idl = get_id_list(alltests)
677 idl = get_id_list(alltests)
681 def generate_case_ids(alltests): argument
687 for c in alltests:
698 for c in alltests:
704 for t in alltests:
817 alltests = generate_case_ids(alltests)
830 for atest 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