commit | 51ca1a84e5cf084e2e85320b14697564b79a8b35 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Jan 10 16:00:15 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 10 16:00:15 2020 +0000 |
tree | 7cbb04eff32c3a896be65745f591024c68cbc6c7 | |
parent | 0bc7a092a0586f949581108589589811894011c3 [diff] | |
parent | 8ea18feb0fe26e9d1c4b53e91c9817dd6e441ef4 [diff] |
Merge "Avoid aggregation of result in subprocess"
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.