commit | 1fe09a3e380d24d90cd978ebd03070a21bb8109e | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Jun 14 14:56:57 2021 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Tue Jun 15 00:56:39 2021 +0000 |
tree | c606823f2dc367f626918a61d8463f313ed4d29f | |
parent | 7ea79ee4528d76476344d3b746aa9d27679146a1 [diff] |
Report the device pre/post invocation as setup Test: unit tests Bug: None Change-Id: I38e86b792ce82b90e9411ea7e6b85252bb8248c2
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.