commit | b1cc264ef6fff49b388f01867c5d1f1c8d1d37e8 | [log] [tgz] |
---|---|---|
author | kellyhung <kellyhung@google.com> | Mon Apr 08 21:32:43 2019 +0800 |
committer | kellyhung <kellyhung@google.com> | Thu May 09 11:13:57 2019 +0800 |
tree | b4b8fd7f18262b3ef0018f950d62fa2d4ff0b217 | |
parent | 663da17cbfef50e31a49afe6233b4185759257b4 [diff] |
ATest: Refactor 2 methods in module_finder. 1. Refactor test_finders.module_finder so that the code changes in further implementations will be smaller and readable. 2. Extract get-real-config and get-test-info logics from various methods and form _get_rel_config, _get_test_info methods. Bug: 117605793 Test: ./run_atest_unittests.sh Change-Id: I11e8cf2605f6d0dac9217d900b179145dc281a26
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/