commit | 9b49d23b8165404d5d97554b05c0d96a66d6566f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 12 18:51:34 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 12 18:51:34 2019 +0000 |
tree | 48f0ac95ff4b295948dfd047a48670c5f7299798 | |
parent | 7d9f6cd5725390bbe89d5ee8111f2e69a8ba7265 [diff] | |
parent | 69d88508fed47a977b2ee86fb57a12f5fa0cf0ab [diff] |
Merge "adapt DeviceFlashPreparer for local builds"
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.