commit | 27b8ea5a07f218677c3906e803b4fc6783dfc2a9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Aug 21 00:22:59 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 21 00:22:59 2019 +0000 |
tree | 084ac177bca1bd4f7678896560de1f564c9648a9 | |
parent | 3698572289aebc7461212c7e68c914793c1ed549 [diff] | |
parent | 908166536a9de932db4a5e92b99aa10f9e2f4cba [diff] |
Merge "Skip jar files in stageTestArtifacts"
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.