Home
last modified time | relevance | path

Searched refs:rel_config (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest/test_finders/
Dmodule_finder.py221 rel_config = test.data[constants.TI_REL_CONFIG]
222 for target in self._get_build_targets(module_name, rel_config):
253 if mod_info.get(constants.MODULE_TEST_CONFIG, []).index(rel_config) > 0:
254 config_test_name = os.path.splitext(os.path.basename(rel_config))[0]
263 def _get_build_targets(self, module_name, rel_config): argument
275 config_file = os.path.join(self.root_dir, rel_config)
307 def _get_module_test_config(self, module_name, rel_config=None) -> list[str]: argument
346 return [rel_config] if rel_config else []
442 def _get_test_infos(self, test_path, rel_config, module_name, test_filter): argument
454 if not rel_config:
[all …]
Dtf_integration_finder.py88 def _get_build_targets(self, rel_config): argument
89 config_file = os.path.join(self.root_dir, rel_config)
292 rel_config = os.path.relpath(test_file, self.root_dir)
315 build_targets=self._get_build_targets(rel_config),
317 constants.TI_REL_CONFIG: rel_config,
352 rel_config = os.path.relpath(path, self.root_dir)
353 match = _INT_NAME_RE.match(rel_config)
356 'Integration test outside config dir: %s', rel_config
364 build_targets=self._get_build_targets(rel_config),
366 constants.TI_REL_CONFIG: rel_config,
Dsuite_plan_finder.py130 rel_config = os.path.relpath(path, self.root_dir)
131 return [self._get_test_info_from_path(rel_config)]
Dmodule_finder_unittest.py1141 rel_config=uc.CONFIG_FILE,
1174 uc.PACKAGE, module_name=uc.MODULE_NAME, rel_config=uc.CONFIG_FILE