summaryrefslogtreecommitdiff
path: root/manual/generic/android/sd-mmc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/android/sd-mmc.yaml')
-rw-r--r--manual/generic/android/sd-mmc.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/manual/generic/android/sd-mmc.yaml b/manual/generic/android/sd-mmc.yaml
new file mode 100644
index 0000000..a5d4bdf
--- /dev/null
+++ b/manual/generic/android/sd-mmc.yaml
@@ -0,0 +1,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."