summaryrefslogtreecommitdiff
path: root/manual/generic/linux/power-off-cmd.yaml
blob: 0d22ba7a6178cbfdd6aa02bdd3cbcd930537b1df (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: power-off-cmd
    format: "Manual Test Definition 1.0"
    description: "Check 'Power OFF' feature from console."
    maintainer:
        - amit.khare@linaro.org
    os:
        - ubuntu
        - openembedded
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - arndale
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

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

    expected:
        - "The board should can be shut down successfully, no display shows and no activity in serial console."
        - "No Kernel panic, crash, hang or any other severe error observed."