commit | 456ab8a1a9b0b7cbe116b6193dc5688a5f7b36f8 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue May 30 10:00:39 2023 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Tue May 30 20:59:27 2023 +0000 |
tree | 9114e664e28e40f80772ade0530946d31578e724 | |
parent | 55bf00cf6b606b69f4b27e7d41bb286c5896cf75 [diff] |
Move around a few checks for improved stability of teardown Also remove the old device work-around for bugreport. Test: presubmit Bug: 284982170 Change-Id: I8254c008aea8d1a0eda22ea04c57a190b3cc2e95
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/docs/core/tests/tradefed/
See more details about Tradefed Architecture at: https://source.android.com/docs/core/tests/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.