commit | d46533db2692541ca239235b49bbbd6ca54c15d8 | [log] [tgz] |
---|---|---|
author | Oliver Nguyen <olivernguyen@google.com> | Wed Apr 29 22:33:16 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 29 22:33:16 2020 +0000 |
tree | d7dbefce45423ad3ae3052d1b6000433dc3c1511 | |
parent | 669388693ed884dbffa08dca81dd95e2a0dcd683 [diff] | |
parent | df5195c7a80a6453b415433bbdece82213d0139c [diff] |
Merge "Skip zipping gcov coverage measurements."
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.