commit | e420be6630be16fc9a2ddc00c0f1e503c06d912d | [log] [tgz] |
---|---|---|
author | Steven Laver <lavers@google.com> | Tue Aug 18 11:40:47 2020 -0700 |
committer | Steven Laver <lavers@google.com> | Tue Aug 18 11:40:47 2020 -0700 |
tree | 20ea9a3675e9c809d5809e3ef6095b12fd977cfd | |
parent | fa688cd53391f0ee35d7a4e7cd9d21d6683abb83 [diff] | |
parent | 89a48cbd1fd24590bd56369a3f9fb10069db2fd5 [diff] |
Merge RP1A.200720.012 Change-Id: Iacd4b8e2b388f81b2ef7f477eaa137aff33c3ffe
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/
See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.