| commit | 46b2cb293ea2a4bb7d5e7888ecf580c13795e822 | [log] [tgz] |
|---|---|---|
| author | Sergio Andres Rodriguez Orama <sorama@google.com> | Wed Mar 05 15:19:12 2025 -0800 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 05 15:19:12 2025 -0800 |
| tree | 79a8e9e038e20f7caf758fc50ef0cb8343efdb00 | |
| parent | 8e7485d6e8ef9da63c12172aa27fa850f14b9c5a [diff] | |
| parent | 54b2941b4915d68932dcd5b08ab91c4c174764f1 [diff] |
Fix forward aosp/3520410 am: 54b2941b49 Original change: https://android-review.googlesource.com/c/platform/tools/tradefederation/+/3529194 Change-Id: Iea8bfede0c8fbef68cb969b60cc4466c6768649f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.
1. Create your change in Gerrit 2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google.com.iam.gserviceaccount.com) 3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews 4. GWSQ should add a couple of people from the team to review your code and give feedback.
More information at: https://source.android.com/docs/core/tests/tradefed/
See more details about Tradefed Architecture at: https://source.android.com/docs/core/tests/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.