commit | 74e3af07500fd0ea5c9bde417178ebdba575e427 | [log] [tgz] |
---|---|---|
author | Daniel Peykov <peykov@google.com> | Thu Aug 10 20:20:17 2023 +0000 |
committer | Daniel Peykov <peykov@google.com> | Fri Aug 11 20:38:02 2023 +0000 |
tree | 0f209d6a29b5ea56e95261beb4723c900b28c335 | |
parent | 2a3e92a5a48d9c7e02d71a5eb23cc67953ed472c [diff] |
Verify that keyguard is successfully dismissed post-boot * Logs a warning if the keyguard is still visible after 3 seconds. Will be used to track flakiness caused by undismissed keyguards. Bug: 288339642 Test: TestDeviceTest Test: delegated TF run on ABTD Change-Id: I75d70d57764664eb2d4c7dd1544a61dee198ab02
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.