commit | 68d7f7312f9557c606692e4a600debf5bc940986 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue May 12 19:31:30 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 12 19:31:30 2020 +0000 |
tree | 995a5bb03101f87d5a08153d675ea329a3a7a7fa | |
parent | 04c1b12c56c8887cfc1e6b040f0a1f0bea45f6aa [diff] | |
parent | dd7cffc0fb894a38127def0bf42f4850437893af [diff] |
Merge "Fail the battery test on DNAE"
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.