commit | 2bbbcce0d6976d4018087f194aa6c0974d9c9067 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Dec 19 18:29:59 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 19 18:29:59 2019 +0000 |
tree | a48bb3fe2551aebe013822ca7f5196e310bc7290 | |
parent | d4b099a47c9b39d1cc20068eb89c0bd249a7e908 [diff] | |
parent | 195dd955828e7660fbeecb3b3383f41882fb6c3b [diff] |
Merge "Set the exit code properly for dynamic download"
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.