Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py584 def mp_bins(alltests): argument
588 for test in alltests:
604 def test_runner_mp(pm, args, alltests): argument
605 prepare_run(pm, args, alltests)
607 (serial, parallel) = mp_bins(alltests)
635 def test_runner_serial(pm, args, alltests): argument
636 prepare_run(pm, args, alltests)
639 print("Executing {} tests in serial".format(len(alltests)))
641 (index, tsr) = test_runner(pm, args, alltests)
765 def get_id_list(alltests): argument
[all …]
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:
/linux/tools/testing/kunit/
H A Dkunit.py427 if cli_args.alltests:
/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst254 - ``--alltests``: Enable a predefined set of options in order to build