summaryrefslogtreecommitdiff
path: root/manual/generic/android/sd-mmc.yaml
blob: a5d4bdfea23699590b176a13ebf6d669200bf82a (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-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:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - arndale
        - hi6220-hikey
    environment:
        - manual-test

run:
    steps:
        - Boot the board until main desktop screen shows up.
        - In serial or ADB console, run these commands.
        - "$echo $EXTERNAL_STORAGE"
        - "df"
        - For HiKey board, test with SD,SDHC and SDXC cards with all classes (2, 4, 6 and 10).

    expected:
        - "The return string of 'echo $EXTERNAL_STORAGE' should be in output of 'df' command."