summaryrefslogtreecommitdiff
path: root/manual/generic/android/device-tree.yaml
blob: d80c195d7703008ad834e21d7143007e386d6409 (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: andriod-device-tree
    format: "Manual Test Definition 1.0"
    description: "Device tree test"
    maintainer:
        - botao.sun@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
    environment:
        - manual-test

run:
    steps:
        - "Power on the board until boot succeeded"
        - "In serial console, run:
           # cat /proc/device-tree/model"

    expected:
        - "The string \"Flattened Device Tree blob\" should be shown in boot log"
        - "Board model name should be shown after the command ran"