commit | d2690d9b611cfb7509c2037e193af1dc3528ba3c | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Aug 05 09:03:19 2020 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Wed Aug 05 09:03:19 2020 -0700 |
tree | 373680645e76d6159fef2d9cc27bc8e6e4ee5616 | |
parent | be341586e0c14bed0bf91b05788fa6ddc13da5cc [diff] |
Update exception from sandbox Test: unit tests Bug: 162891405 Change-Id: Ice6a4bbde9823e2f78cf4bfe24de013c8e71982a
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.