summaryrefslogtreecommitdiff
path: root/manual/generic/android/shutdown.yaml
blob: 08b41cfdc71d9e905b56e9e7c6db15f007f151bb (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
29
metadata:
    name: android-shutdwon
    format: "Manual Test Definition 1.0"
    description: "Check 'Power OFF' feature from UI"
    maintainer:
        - amit.khare@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - arndale
        - hi6220-hikey
    environment:
        - manual-test

run:
    steps:
        - Make sure the board is connected to the display
        - Power on the board until boot up successfully.
        - Press and release "Power" button
        - Tap/click "Shutdown" on the on-screen menu

    expected:
        - On-screen "Shutdown" meny is displayed
        - The board is shut down successfully, no display shows and no activity in serial console.
        - No Kernel panic, crash, hang or any other severe error observed.