commit | 324cffb3ec8ce4f34ea746b9a9fc7db3025f819f | [log] [tgz] |
---|---|---|
author | Elie Kheirallah <khei@google.com> | Tue Dec 05 16:25:13 2023 +0000 |
committer | Elie Kheirallah <khei@google.com> | Thu Dec 07 21:56:42 2023 +0000 |
tree | 7b103be09818df90694d0191b865a2a78b36cb1b | |
parent | 3ab2aa904dcdcb34f50506d323058ceb85d1f4a4 [diff] |
Add flag to restore instead of powerwash Add a flag to UseSnapshotForReset instead of doing a powerwash for reset. Bug: 303845019 Test: TH Change-Id: If4af2938449243364de54511887db51d8442a7a2
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.