Don't include configs with same name, diff content We may have configs with same name, but with different content. for example, if they are host and device variants of the same test config. prioritize-host-config flag is used to decide which config to select if multiple configs exist, by reordering the test folders mainly. returning duplicates breaks this logic. So, adding this logic inside a flag only. this is still needed for validating all configs, including the duplicates. Bug: 286559640 Test: Presubmit Change-Id: I97d06e2558fc0783dc17c1aea4980e72f2ee9434
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.