commit | 40d09245a57ce4f624c6594478fee7b218c89b18 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Wed Aug 21 15:35:38 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 21 15:35:38 2019 -0700 |
tree | 18997c30a084df433ca54b6dc19e401f0ea2e3f3 | |
parent | 086808fdfd8abe4ba4bff856ec1aaecc0d3355a6 [diff] | |
parent | c5e606dad29c65cda5bdd3ab95ddd75434949382 [diff] |
Merge "Revert "Skip jar files in stageTestArtifacts"" am: c5e606dad2 Change-Id: Ib3967741af3d873a288672cb52fd82ce26148af0
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.