summaryrefslogtreecommitdiff
path: root/manual/generic/android/reboot.yaml
blob: 01ff146090937d12f5e7d4faba4c9f51139ee205 (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-reboot-console
    format: "Manual Test Definition 1.0"
    description: "Check the board can be rebooted from console"
    maintainer:
        - amit.khare@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - arndale
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

run:
    steps:
        - Power on the board until boot up successfully.
        - Reboot the board from terminal. Run
        - "$ reboot"

    expected:
        - Reboot is done successfully from terminal, without kernel panic, crash, hang or any other serve error observed.