commit | 453a2a6b474abfb7996e7f27aa4a4ece1f747e7e | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Sep 27 09:03:00 2024 -0700 |
committer | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Sep 27 21:32:57 2024 +0000 |
tree | 97ed003fa707f5f123d4fdbb9fc1c8a9ae81c3ea | |
parent | 53d98d38669e587d3818ca4594ad7020d47500df [diff] |
Switch to Linked map/set for consistency Test: presubmit Bug: 370030267 Change-Id: Id1a31ce4a68b9fc669745f5603aa86557512f53f
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.