Lines Matching refs:rel_config
164 rel_config = test.data[constants.TI_REL_CONFIG]
165 test.build_targets = self._get_build_targets(module_name, rel_config)
168 def _get_build_targets(self, module_name, rel_config): argument
180 config_file = os.path.join(self.root_dir, rel_config)
196 def _get_module_test_config(self, module_name, rel_config=None): argument
219 return rel_config
292 def _get_test_infos(self, test_path, rel_config, module_name, test_filter): argument
304 if not rel_config:
305 rel_config = self._get_rel_config(test_path)
306 if not rel_config:
312 os.path.dirname(rel_config))
317 rel_config = self._get_module_test_config(mname,
318 rel_config=rel_config)
325 constants.TI_REL_CONFIG: rel_config},
345 rel_config = os.path.join(mod_info['path'][0],
347 rel_config = self._get_module_test_config(module_name, rel_config=rel_config)
352 data={constants.TI_REL_CONFIG: rel_config,
390 rel_config=None, is_native_test=False): argument
407 if rel_config:
409 os.path.dirname(rel_config))
414 if not test_paths and rel_config:
416 'researching from repo root.', class_name, rel_config)
428 tinfo = self._get_test_infos(test_path, rel_config,
472 rel_config=None): argument
489 if rel_config:
491 os.path.dirname(rel_config))
502 tinfo = self._get_test_infos(package_path, rel_config,
560 rel_config = os.path.join(rel_module_dir, constants.MODULE_CONFIG)
563 return self._get_test_infos(path, rel_config, None, test_filter)
566 rel_config=None): argument
587 class_name, module_name, rel_config, is_native_test=True)