summaryrefslogtreecommitdiff
path: root/generic/android/display-blanking.yaml
blob: 4e0adaaadaa65a33fec805c53c1a721a3a695c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
metadata:
    name: display-blanking
    format: "Manual Test Definition 1.0"
    description: "Test display blanking."
    maintainer:
        - amit.khare@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

run:
    steps:
        - Boot the board with android and meake sure mouse and/or keyboard is connected.
        - Go to "settings->About phone" and click 3 times on "build Number" to activate "Developer options".
        - Go to "settings->developer options->stay awake" and disable it.
        - Go to "settings->Display" and select minimum time(usually 15 sec).
        - Wait till display goes blank.
        - Move connected mouse or press any key on keyboard to get the display back.

    expected:
        - "Diplay blanking and un-blanking works well."
        - "No Kernel panic, crash, hang or any other severe error observed when display is back."