Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_testinstance.py43 all_testsuites_dict, argument
58 class_testplan.testsuites = all_testsuites_dict
129 all_testsuites_dict, argument
140 class_testplan.testsuites = all_testsuites_dict
154 def test_calculate_sizes(class_testplan, all_testsuites_dict, platforms_list): argument
156 class_testplan.testsuites = all_testsuites_dict
201 def sample_testinstance(all_testsuites_dict, class_testplan, platforms_list, request): argument
208 class_testplan.testsuites = all_testsuites_dict
223 def test_testinstance_init(all_testsuites_dict, class_testplan, platforms_list, detailed_test_id): argument
225 class_testplan.testsuites = all_testsuites_dict
[all …]
Dconftest.py85 def instances_fixture(class_testplan, platforms_list, all_testsuites_dict, tmpdir_factory): argument
92 for _, testcase in all_testsuites_dict.items():
Dtest_testplan.py73 def test_get_all_testsuites_short(class_testplan, all_testsuites_dict): argument
76 plan.testsuites = all_testsuites_dict
122 def test_apply_filters_part1(class_testplan, all_testsuites_dict, platforms_list, argument
134 plan.testsuites = all_testsuites_dict
200 def test_apply_filters_part2(class_testplan, all_testsuites_dict, argument
209 class_testplan.testsuites = all_testsuites_dict
233 def test_apply_filters_part3(class_testplan, all_testsuites_dict, platforms_list, argument
240 class_testplan.testsuites = all_testsuites_dict
254 def test_add_instances_short(tmp_path, class_env, all_testsuites_dict, platforms_list): argument
266 for _, testcase in all_testsuites_dict.items():
[all …]