commit | b67486b6c39c32d827e89bc7fa1f475a862c98a9 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Nov 29 18:06:42 2023 -0800 |
committer | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Nov 30 04:11:12 2023 +0000 |
tree | fb8dbbf7b6ddb74086663b92c3ecbe1f39581aee | |
parent | 37a8fb3e9c921dcdf9c8fb3cb0c7e0a2fd5bf47c [diff] |
If directory is empty do no consider it Test: presubmit Bug: 302183824 Change-Id: I02f2dff2649a129d8a26e2f591fccc7b9d7cbbf9
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.