commit | 68edecfd02b4f0842c5a6958627e1eca1e5a4777 | [log] [tgz] |
---|---|---|
author | David Dietrich <drdietri@google.com> | Mon Jul 20 18:22:50 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 20 18:22:50 2020 +0000 |
tree | e5daa39db7688fa33bb156a2d13590c228a674a0 | |
parent | 9c3bf5d1a33276141408d7fc090b60f56c20b49e [diff] | |
parent | cb618cc0d536a347392f151ad4f133c4fe33e3bd [diff] |
Exempt-From-Owners-Approval: rebase to rvc-dev BUG: 161541332 am: 666c60214e am: cb618cc0d5 Original change: https://googleplex-android-review.googlesource.com/c/platform/tools/tradefederation/+/12178642 Change-Id: Ie282286761273b876429c3e9af93f440ee1ebc6f
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.