commit | bbb87ff7d8861a7675d0035309557b3ed6d80254 | [log] [tgz] |
---|---|---|
author | Michael Rosenfeld <mrosenfeld@google.com> | Tue Aug 18 14:32:41 2020 -0700 |
committer | Michael Rosenfeld <mrosenfeld@google.com> | Tue Aug 18 17:31:07 2020 -0700 |
tree | 624cc023dd5ad51e91948e71668cbcc5476e7025 | |
parent | 59d26f51f7f541d10eb75a5967af9418490d7ffb [diff] |
Remove unused "scheduled" device collectors and tests. Bug: 71868479 Test: removed Change-Id: I56b4d5f949cda93e72ae6534189cf64f447a87ca
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.