commit | 48c44b90c661de323eb7554576615441820d988b | [log] [tgz] |
---|---|---|
author | Yuchen He <[email protected]> | Mon Feb 07 06:01:24 2022 +0000 |
committer | Guang Zhu <[email protected]> | Thu Feb 10 16:28:52 2022 +0000 |
tree | 096d68b998a6021df4d61f4a3778d1ed6f480828 | |
parent | a50421f645abede26adfca099ef106e2b02bb4a8 [diff] |
Support bring up multiple different CF instances on one host Bug: 209690575 Test: tradefed.sh run singleCommand host --class com.android.tradefed.device.cloud.GceManagerTest -n Change-Id: Idad3a0ce36e2fd98ce94b68fd076aa5607399a4c
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.