mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
41f7984243
Introduce 'unlock_screen' option in order to help in automating Android tests by unlocking device screen automatically. Surely this works only if no passcode is set. 'unlock_screen' option implicitly requires turning on the screen. IOW, it will override value of 'screen_on' option. 'diagonal', 'vertical' and 'horizontal' are valid values for 'unlock_screen' option as of now. Note that this patch depends on https://github.com/ARM-software/devlib/pull/659 in devlib repo. Signed-off-by: Metin Kaya <metin.kaya@arm.com>