Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/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.py185 for test_file in test_files:
186 t_info = self._get_test_info(name, test_file, class_name)
244 def _get_test_info(self, name, test_file, class_name): argument
255 match = _INT_NAME_RE.match(test_file)
258 test_file)
265 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,
/tools/asuite/aidegen/lib/
Dide_common_util_unittest.py128 test_file = 'a/b/c/d.e'
129 ide_common_util._get_scripts_from_file_path(test_file, 'd.e')
130 mock_list.return_value = [test_file]
134 test_file, 'd.e'), None)
/tools/asuite/atest-py2/
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.sh80 for test_file in $(find $ATEST_DIR -name "*_unittest.py"); do
81 if ! PYTHONPATH=$(get_pythonpath) $run_cmd $test_file; then
/tools/test/connectivity/acts_tests/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