commit | f97924d826c64c52657bb1b353ed5bae7936ef34 | [log] [tgz] |
---|---|---|
author | Simon Wingrove <[email protected]> | Fri Feb 21 02:59:59 2025 -0800 |
committer | Simon Wingrove <[email protected]> | Fri Mar 07 04:36:44 2025 -0800 |
tree | d9d0d6b6c04653e1533fa8b13d3f5bb38fe867db | |
parent | 295935b197d63aee89c91f9953ac036289cc128d [diff] |
Wakeup screen before dismissing keyguard This was recommended by sysui team as the cause of cause of one possible race condition whereby the keyguard is still visible and blocking test runs when it shouldn't. Using MENU to dismiss keyguard won't work if the screen isn't awake. (b/379620557#comment27) Bug:379620557 Test: atest Change-Id: I4851b60541752fcb53b65cbc9933362c04923d34
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.