commit | 0b54f433ad4ad4519cbe1851d3eab500d7e2a832 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Jul 17 00:59:46 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 17 00:59:46 2020 +0000 |
tree | b50adc3a6baa07bfef679fd85025c0a0a6eaef85 | |
parent | dff8721a8f1545f4383e09a87e4f58161d7df223 [diff] | |
parent | 8ce641e4f04a08fcef98e7269ac7fa83a2ca9f17 [diff] |
Merge "Set the cancel/abort path in the status" am: bd45ad192c am: 677944ea8c am: d88263fefb am: 8ce641e4f0 Original change: https://android-review.googlesource.com/c/platform/tools/tradefederation/+/1364902 Change-Id: Ice7ffcf15eee2d58d04897a27e9a24b377d695a3
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.