summaryrefslogtreecommitdiff
path: root/manual/generic/linux/sd-mmc.yaml
blob: 0945691e8d0c8027bca60f94cb07e0a1a3108e05 (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
30
31
metadata:
    name: sd-mmc
    format: "Manual Test Definition 1.0"
    description: "Test if the SD/MMC cards are properly registered by kernel"
    maintainer:
        - amit.khare@linaro.org
    os:
        - ubuntu
        - openembedded
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
        - ifc6410
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

run:
    steps:
        - Power on the board until boot successfully
        - In serial console, run
        - "$ dmesg | grep error"

    expected:
        - "There should be no 'I/O' error shown in std output."