| commit | 5b152f3b3287a345c13cb0b9e83ee2ea56bd378f | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jun 09 16:26:42 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jun 09 16:26:42 2025 -0700 |
| tree | de6b0a3b7ed94cc0f6d3488129820596bca8937c | |
| parent | 2272f50052fd6a19fd5e4f6d862045f38b2a45ed [diff] | |
| parent | 5ae389aff11e59e46f62403a1d3e2cc6b25fb00a [diff] |
Snap for 13618210 from 5ae389aff11e59e46f62403a1d3e2cc6b25fb00a to 25Q3-release Change-Id: Idbe8c5226bb14f3ad4221e4a9eeccea5f3e0f8c4
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.