Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder.py144 test_file = test_finder_utils.run_find_cmd(
147 if test_file:
148 return test_file
163 test_file = self._search_integration_dirs(name)
164 if test_file is None:
168 t_info = self._get_test_info(name, test_file, class_name)
171 def _get_test_info(self, name, test_file, class_name): argument
182 match = _INT_NAME_RE.match(test_file)
185 test_file)
192 rel_config = os.path.relpath(test_file, self.root_dir)
Dsuite_plan_finder.py147 test_file = test_finder_utils.search_integration_dirs(
149 if test_file is None:
151 return self._get_test_info_from_path(test_file, suite_name)
Dtest_finder_utils.py773 test_file = run_find_cmd(FIND_REFERENCE_TYPE.INTEGRATION, abs_path,
775 if test_file:
776 test_files.append(test_file)
/tools/tradefederation/core/atest/
Drun_atest_unittests.sh61 for test_file in $(find $ATEST_DIR -name "*_unittest.py"); do
62 if ! $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