| /tools/asuite/atest/ |
| D | atest_main.py | 343 def _validate_exec_mode(args, test_infos, host_tests=None): argument 387 def _validate_adb_devices(args, test_infos): argument 418 def _validate_tm_tests_exec_mode(args, test_infos): argument 573 def _print_test_info(mod_info, test_infos): argument 595 def is_from_test_mapping(test_infos): argument 607 def _split_test_mapping_tests(test_infos): argument 626 def _run_test_mapping_tests(results_dir, test_infos, extra_args, mod_info): argument 689 def _dry_run(results_dir, extra_args, test_infos, mod_info): argument 778 def _dry_run_validator(args, results_dir, extra_args, test_infos, mod_info): argument 922 def perm_consistency_metrics(test_infos, mod_info, args): argument [all …]
|
| D | test_runner_handler_unittest.py | 61 def run_tests(self, test_infos, extra_args, reporter): argument 67 def get_test_runner_build_reqs(self, test_infos): argument 70 def generate_run_commands(self, test_infos, extra_args, port=None): argument 79 def run_tests(self, test_infos, extra_args, reporter): argument 82 def get_test_runner_build_reqs(self, test_infos): argument
|
| D | test_runner_handler.py | 74 def group_tests_by_test_runners(test_infos): argument 123 def run_all_tests(results_dir, test_infos, extra_args, mod_info, argument
|
| D | atest_utils.py | 713 def update_test_info_cache(test_reference, test_infos, argument 1750 def has_mixed_type_filters(test_infos): argument
|
| D | cli_translator_unittest.py | 566 def _gather_build_targets(test_infos): argument
|
| D | bazel_mode.py | 1617 def run_tests(self, test_infos, extra_args, reporter): argument 1682 def get_test_runner_build_reqs(self, test_infos) -> Set[str]: argument 1747 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
| D | bazel_mode_unittest.py | 2195 test_infos, argument
|
| /tools/asuite/atest/test_runners/ |
| D | robolectric_test_runner.py | 70 def run_tests(self, test_infos, extra_args, reporter): argument 86 def run_tests_raw(self, test_infos, extra_args, reporter): argument 111 def run_tests_pretty(self, test_infos, extra_args, reporter): argument 263 def generate_run_commands(self, test_infos, extra_args, port=None): argument 286 def _check_robo_tests_result(test_infos): argument
|
| D | atest_tf_test_runner.py | 193 def run_tests(self, test_infos, extra_args, reporter): argument 242 def run_tests_raw(self, test_infos, extra_args, reporter): argument 264 def run_tests_pretty(self, test_infos, extra_args, reporter): argument 518 def _parse_extra_args(self, test_infos, extra_args): argument 574 def generate_run_commands(self, test_infos, extra_args, port=None): argument 671 def _flatten_test_infos(self, test_infos): argument 767 def _is_all_tests_parameter_auto_enabled(self, test_infos): argument 780 def _create_test_args(self, test_infos): argument 860 def _extract_customize_tf_templates(self, extra_args, test_infos): argument 912 def _has_instant_app_config(test_infos, mod_info): argument [all …]
|
| D | example_test_runner.py | 32 def run_tests(self, test_infos, extra_args, reporter): argument 67 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
| D | regression_test_runner.py | 41 def run_tests(self, test_infos, extra_args, reporter): argument 81 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
| D | vts_tf_test_runner.py | 61 def run_tests(self, test_infos, extra_args, reporter): argument 114 def generate_run_commands(self, test_infos, extra_args): argument
|
| D | suite_plan_test_runner.py | 61 def run_tests(self, test_infos, extra_args, reporter): argument 143 def generate_run_commands(self, test_infos, extra_args): argument
|
| D | test_runner_base.py | 172 def run_tests(self, test_infos, extra_args, reporter): argument 194 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
| /tools/asuite/atest/test_finders/ |
| D | cache_finder.py | 35 def _is_latest_testinfos(self, test_infos): argument 69 def _is_test_infos_valid(self, test_infos): argument
|
| D | module_finder.py | 583 def _get_matched_test_infos(self, test_infos, methods): argument
|
| /tools/asuite/atest/coverage/ |
| D | coverage.py | 100 def _get_test_deps(test_infos, mod_info): argument
|