Home
last modified time | relevance | path

Searched refs:test_file (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder.py172 for test_file in test_files:
173 t_info = self._get_test_info(name, test_file, class_name)
178 def _get_test_info(self, name, test_file, class_name): argument
189 match = _INT_NAME_RE.match(test_file)
192 test_file)
199 rel_config = os.path.relpath(test_file, self.root_dir)
Dsuite_plan_finder.py154 for test_file in test_files:
155 _test_info = self._get_test_info_from_path(test_file, suite_name)
Dtest_finder_utils.py249 with open(test_path) as test_file:
250 for line in test_file:
/tools/asuite/atest/test_finders/
Dtf_integration_finder.py176 for test_file in test_files:
177 t_info = self._get_test_info(name, test_file, class_name)
182 def _get_test_info(self, name, test_file, class_name): argument
193 match = _INT_NAME_RE.match(test_file)
196 test_file)
203 rel_config = os.path.relpath(test_file, self.root_dir)
Dsuite_plan_finder.py155 for test_file in test_files:
156 _test_info = self._get_test_info_from_path(test_file,
Dtest_finder_utils.py256 with open(test_path) as test_file:
257 for line in test_file:
/tools/asuite/aidegen/lib/
Dide_common_util_unittest.py121 test_file = 'a/b/c/d.e'
122 ide_common_util._get_scripts_from_file_path(test_file, 'd.e')
123 mock_list.return_value = [test_file]
127 test_file, 'd.e'), None)
/tools/tradefederation/core/atest/
Drun_atest_unittests.sh58 for test_file in $(find $ATEST_DIR -name "*_unittest.py"); do
59 if ! PYTHONPATH=$(get_pythonpath) $run_cmd $test_file; then
/tools/asuite/atest/
Drun_atest_unittests.sh81 for test_file in $(find $ATEST_DIR -name "*_unittest.py"); do
82 if ! PYTHONPATH=$(get_pythonpath) $run_cmd $test_file; then
/tools/test/connectivity/acts/tests/google/wifi/aware/
DREADME.md29 2. All tests in a test group: `act.py -c <config> -tf <test_file>`
31 Where `<test_file>` is a file containing a list of tests. Each of the test