summaryrefslogtreecommitdiff
path: root/manual/generic/android/android-ui-auto-mount.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/android/android-ui-auto-mount.yaml')
-rw-r--r--manual/generic/android/android-ui-auto-mount.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/manual/generic/android/android-ui-auto-mount.yaml b/manual/generic/android/android-ui-auto-mount.yaml
new file mode 100644
index 0000000..2eca680
--- /dev/null
+++ b/manual/generic/android/android-ui-auto-mount.yaml
@@ -0,0 +1,29 @@
+metadata:
+ name: android-ui-auto-mount
+ format: "Manual Test Definition 1.0"
+ description: "Test if SD card can mounted automatically."
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - apq8016-sbc
+ - hi6220-hikey
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Boot the board.
+ - Insert SD card in SD card slot on the board.
+ - From Android UI, got to Settings--> Storage&USB.
+ - Storage&USB has two options "Internal Storage" & "Portable Storage".
+ - Click on "Internal Storage" and it will show memory usage. Click on "Explore" at the bottom.
+ - Under "Portable Storage", The SD card will already be mounted. Click on it to unmount.
+ - Mount and unmount SD card couple of times.
+
+ expected:
+ - Clicking on settings--> storage&usb--> Internal storage--> Explore works fine and no crash is observed.
+ - SD card is auto mounted and can be unmounted and re-mounted from UI.