commit | 9158ee8320f3c2c501833d5962a3780cf3eddb6c | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Mar 23 22:31:57 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 23 22:31:57 2020 +0000 |
tree | d918fcb39d5abadbb64242569d0b9d913663f989 | |
parent | 8c8a462275f80c64e05e4e5dfeb59e4a5a18d4de [diff] | |
parent | 86bb685307c4d3649ab45ecaa88e493f221c4365 [diff] |
Merge "Avoid triggering battery recovery for offline device"
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.