commit | 3cf52fe40e22eb949ad6fee2bb7dd93de61dd873 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Nov 18 13:26:08 2020 -0500 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Nov 18 13:26:08 2020 -0500 |
tree | 4c95d16ef591c33e4567112e006371b2a69c426e | |
parent | 82ce50de695f9f69ae573281cfa21cc24b5b3dbd [diff] |
Add UPDATE_COMPLETE_NOT_ACTIVE event type This event is emitted when an OTA is installed successfully, but no slot switch performed. Corresponds to update_engine ErrorCode::kUpdatedButNotActive Test: treehugger Bug: 173391441 Change-Id: I2d7c70bc3f8d454360b666f94c1da7722d9ff60c
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.