| commit | cf8a98085233f884304a9c5b0942c2e8d3ce22d3 | [log] [tgz] |
|---|---|---|
| author | Julien Desprez <jdesprez@google.com> | Wed Oct 13 14:16:00 2021 -0700 |
| committer | Julien Desprez <jdesprez@google.com> | Wed Oct 13 14:16:00 2021 -0700 |
| tree | 371723397b9b6eccece8ab762b0f9c409958c8cc | |
| parent | 39e210d78a79fdbf0b98e51f02dca1990ca8bf90 [diff] |
IF auth fails then abort the TF session for now Test: presubmit Bug: 200059609 Change-Id: I532e9d8ff99ea87a974278ab521b1ba141106d12
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/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.