Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py587 def mp_bins(alltests):
591 for test in alltests:
607 def test_runner_mp(pm, args, alltests):
608 prepare_run(pm, args, alltests)
610 (serial, parallel) = mp_bins(alltests)
638 def test_runner_serial(pm, args, alltests):
639 prepare_run(pm, args, alltests)
642 print("Executing {} tests in serial".format(len(alltests)))
644 (index, tsr) = test_runner(pm, args, alltests)
771 def get_id_list(alltests) argument
584 mp_bins(alltests) global() argument
604 test_runner_mp(pm, args, alltests) global() argument
635 test_runner_serial(pm, args, alltests) global() argument
765 get_id_list(alltests) global() argument
779 does_id_exist(alltests, newid) global() argument
787 generate_case_ids(alltests) global() argument
850 set_random(alltests) global() 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/Documentation/crypto/
H A Dlibcrypto.rst128 ``tools/testing/kunit/kunit.py run --alltests``.