Home
last modified time | relevance | path

Searched refs:run_tests (Results 1 – 25 of 27) sorted by relevance

12

/tools/tradefederation/core/atest/test_runners/
Dvts_tf_test_runner_unittest.py48 self.vts_tr.run_tests(test_infos, extra_args, mock_reporter))
54 self.vts_tr.run_tests(test_infos, extra_args, mock_reporter))
Dsuite_plan_test_runner_unittest.py124 self.suite_tr.run_tests(test_infos, extra_args, mock_reporter))
130 self.suite_tr.run_tests(test_infos, extra_args, mock_reporter))
Dexample_test_runner.py30 def run_tests(self, test_infos, extra_args, reporter): member in ExampleTestRunner
Dregression_test_runner.py38 def run_tests(self, test_infos, extra_args, reporter): member in RegressionTestRunner
Dsuite_plan_test_runner.py52 def run_tests(self, test_infos, extra_args, reporter): member in SuitePlanTestRunner
Dtest_runner_base.py171 def run_tests(self, test_infos, extra_args, reporter): member in TestRunnerBase
Drobolectric_test_runner.py61 def run_tests(self, test_infos, extra_args, reporter): member in RobolectricTestRunner
Datest_tf_test_runner.py115 def run_tests(self, test_infos, extra_args, reporter): member in AtestTradefedTestRunner
/tools/asuite/atest/test_runners/
Dvts_tf_test_runner_unittest.py51 self.vts_tr.run_tests(test_infos, extra_args, mock_reporter))
57 self.vts_tr.run_tests(test_infos, extra_args, mock_reporter))
Dsuite_plan_test_runner_unittest.py128 self.suite_tr.run_tests(test_infos, extra_args, mock_reporter))
134 self.suite_tr.run_tests(test_infos, extra_args, mock_reporter))
Dexample_test_runner.py29 def run_tests(self, test_infos, extra_args, reporter): member in ExampleTestRunner
Dregression_test_runner.py38 def run_tests(self, test_infos, extra_args, reporter): member in RegressionTestRunner
Dsuite_plan_test_runner.py51 def run_tests(self, test_infos, extra_args, reporter): member in SuitePlanTestRunner
Dvts_tf_test_runner.py55 def run_tests(self, test_infos, extra_args, reporter): member in VtsTradefedTestRunner
Dtest_runner_base.py164 def run_tests(self, test_infos, extra_args, reporter): member in TestRunnerBase
Drobolectric_test_runner.py62 def run_tests(self, test_infos, extra_args, reporter): member in RobolectricTestRunner
Datest_tf_test_runner.py117 def run_tests(self, test_infos, extra_args, reporter): member in AtestTradefedTestRunner
/tools/test/connectivity/acts/framework/tests/
Dtest_suite.py24 def run_tests(test_suite, output_file): function
55 process_result = process_pool.apply_async(run_tests,
/tools/asuite/atest/
Dtest_runner_handler_unittest.py56 def run_tests(self, test_infos, extra_args, reporter): member in FakeTestRunnerA
74 def run_tests(self, test_infos, extra_args, reporter): member in FakeTestRunnerB
Dtest_runner_handler.py130 ret_code = test_runner.run_tests(tests, extra_args, reporter)
/tools/tradefederation/core/atest/
Dtest_runner_handler_unittest.py53 def run_tests(self, test_infos, extra_args, reporter): member in FakeTestRunnerA
71 def run_tests(self, test_infos, extra_args, reporter): member in FakeTestRunnerB
Dtest_runner_handler.py129 ret_code = test_runner.run_tests(tests, extra_args, reporter)
/tools/tradefederation/core/atest/docs/
Ddevelop_test_runners.md13 ```extra_args``` passed into the ```run_tests``` method. The extra_args are
45 * ```run_tests()```: Execute the test(s).
/tools/asuite/atest/docs/
Ddevelop_test_runners.md13 ```extra_args``` passed into the ```run_tests``` method. The extra_args are
45 * ```run_tests()```: Execute the test(s).
/tools/test/connectivity/acts/framework/
Dsetup.py69 def run_tests(self): member in PyTest

12