| 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." |