Home
last modified time | relevance | path

Searched refs:test_groups (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_unit_test/py/pw_unit_test/
Dtest_runner.py240 test_groups: Dict[str, TestGroup] = {}
270 test_groups[group_name] = TestGroup(group_name, tests)
273 test_groups[name].set_deps([test_groups[dep] for dep in deps])
276 return test_groups
289 test_groups = parse_metadata(metadata, root)
291 groups_to_run = group_names if group_names else test_groups.keys()
296 tests_to_run.update(test_groups[name].all_test_dependencies())
/external/autotest/client/site_tests/power_Consumption/
Dpower_Consumption.py441 def run_once(self, short=False, test_groups=None, reps=1): argument
458 if test_groups is None:
460 test_groups = DEFAULT_SHORT_TESTS
462 test_groups = DEFAULT_TESTS
463 logging.info('Test groups to run: %s', ', '.join(test_groups))
492 if ('video' in test_groups):
493 iv = test_groups.index('video')
494 if 'download' not in test_groups[:iv]:
499 self._run_test_groups(test_groups)
Dcontrol22 test_groups: list of sub-test groups to run. Those refer to _run_group_X()
37 test_groups=DEFAULT_TESTS,
Dcontrol.fast23 test_groups: list of sub-test groups to run. Those refer to _run_group_X()
/external/libcap/pam_cap/
Dtest_pam_cap.c10 const char *test_groups[] = { variable
13 #define n_groups sizeof(test_groups)/sizeof(*test_groups)
73 gr.gr_name = strdup(test_groups[gid]); in getgrgid()
/external/igt-gpu-tools/docs/reference/igt-gpu-tools/
Dmeson.build26 test_groups = [ variable
57 foreach group : test_groups
/external/libxkbcommon/test/
Dregistry.c102 const struct test_option_group *test_groups) in test_create_rules() argument
172 if (test_groups) { in test_create_rules()
175 for (const struct test_option_group *g = test_groups; g->name; g++) { in test_create_rules()