commit | 01b2d9d68df3b545439155b1eaa56225a36f4774 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Aug 21 11:02:35 2020 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Fri Aug 21 11:03:25 2020 -0700 |
tree | 74fc7e1b8c2de563bc470e4c1a0291153568fe11 | |
parent | 8e3205597e0d379f938999b8875c83f9b8ba647c [diff] |
Set ErrorIdentifier for module not executed Test: unit tests Bug: 159711840 Change-Id: I9ed4ef2ba94132122ca793798a3f03d7a891c486
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.