commit | b67846361643a3eaaa74af38621d8ddeb6d893d1 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Jul 17 15:37:41 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 17 15:37:41 2020 +0000 |
tree | bd9b5e356f9dced59f1f0e13b236c0716ad7b35a | |
parent | 379510bbf46e5604eb1a12e4f94e6fd6c0444476 [diff] | |
parent | 08eb36b1aa50a38c2374433c1568b65a69ba3ab1 [diff] |
Merge "Add error to perform adb action"
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.