Lines Matching refs:rel_config
166 rel_config = test.data[constants.TI_REL_CONFIG]
167 test.build_targets = self._get_build_targets(module_name, rel_config)
170 def _get_build_targets(self, module_name, rel_config): argument
182 config_file = os.path.join(self.root_dir, rel_config)
198 def _get_module_test_config(self, module_name, rel_config=None): argument
221 return rel_config
294 def _get_test_infos(self, test_path, rel_config, module_name, test_filter): argument
306 if not rel_config:
307 rel_config = self._get_rel_config(test_path)
308 if not rel_config:
314 os.path.dirname(rel_config))
319 rel_config = self._get_module_test_config(mname,
320 rel_config=rel_config)
327 constants.TI_REL_CONFIG: rel_config},
347 rel_config = os.path.join(mod_info['path'][0],
349 rel_config = self._get_module_test_config(module_name,
350 rel_config=rel_config)
355 data={constants.TI_REL_CONFIG: rel_config,
393 rel_config=None, is_native_test=False): argument
410 if rel_config:
412 os.path.dirname(rel_config))
417 if not test_paths and rel_config:
419 'researching from repo root.', class_name, rel_config)
431 tinfo = self._get_test_infos(test_path, rel_config,
475 rel_config=None): argument
492 if rel_config:
494 os.path.dirname(rel_config))
505 tinfo = self._get_test_infos(package_path, rel_config,
563 rel_config = os.path.join(rel_module_dir, constants.MODULE_CONFIG)
566 return self._get_test_infos(path, rel_config, None, test_filter)
569 rel_config=None): argument
590 class_name, module_name, rel_config, is_native_test=True)