Searched refs:test_file (Results 1 – 10 of 10) sorted by relevance
/tools/tradefederation/core/atest/test_finders/ |
D | tf_integration_finder.py | 172 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)
|
D | suite_plan_finder.py | 154 for test_file in test_files: 155 _test_info = self._get_test_info_from_path(test_file, suite_name)
|
D | test_finder_utils.py | 249 with open(test_path) as test_file: 250 for line in test_file:
|
/tools/asuite/atest/test_finders/ |
D | tf_integration_finder.py | 176 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)
|
D | suite_plan_finder.py | 155 for test_file in test_files: 156 _test_info = self._get_test_info_from_path(test_file,
|
D | test_finder_utils.py | 256 with open(test_path) as test_file: 257 for line in test_file:
|
/tools/asuite/aidegen/lib/ |
D | ide_common_util_unittest.py | 121 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/ |
D | run_atest_unittests.sh | 58 for test_file in $(find $ATEST_DIR -name "*_unittest.py"); do 59 if ! PYTHONPATH=$(get_pythonpath) $run_cmd $test_file; then
|
/tools/asuite/atest/ |
D | run_atest_unittests.sh | 81 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/ |
D | README.md | 29 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
|