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

run:
    steps:
        - Power on the board until boot up successfully.
        - After command line prompt shows in serial console, run
        - "$ reboot -p"

    expected:
        - 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.