Searched refs:alltests (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/tc-testing/ |
| H A 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 …]
|
| H A 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:
|