commit | 50c0af49f66a5a60b7ff0dc692b61d0c3534e5f8 | [log] [tgz] |
---|---|---|
author | Gopinath Elanchezhian <gelanchezhian@google.com> | Mon Aug 17 13:25:52 2020 -0700 |
committer | Gopinath Elanchezhian <gelanchezhian@google.com> | Mon Aug 17 21:45:50 2020 +0000 |
tree | edf5a58d258be89bcd164c9adc76d85e016e11d4 | |
parent | 63346292656b27bd2bfc43a054be790cae3061e4 [diff] |
Copy perfetto changes from internal. Bug: b/164171284 Test: PerfettoPullerMetricCollectorTest. Change-Id: I0f68aad377d53e6381bdd3415833749c0eef3b3d Merged-In: I49270c47c59fd961be8c23c19015e31ded187c59 Merged-In: Ibac7cd4d57863f736bb951621e7f4f3ace4a5a14
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.