Searched refs:alltests (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/tc-testing/ ! |
D | tdc.py | 584 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 …]
|
D | tdc_helper.py | 8 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-6.12.1/tools/testing/kunit/ ! |
D | kunit.py | 427 if cli_args.alltests:
|
/linux-6.12.1/Documentation/dev-tools/kunit/ ! |
D | run_wrapper.rst | 254 - ``--alltests``: Enable a predefined set of options in order to build
|