blob: 2eca680f68a9db273ddeca23a47437b64491cf87 [file] [log] [blame]
Amit Khare8f19a672016-01-28 13:07:03 +05301metadata:
2 name: android-ui-auto-mount
3 format: "Manual Test Definition 1.0"
4 description: "Test if SD card can mounted automatically."
5 maintainer:
6 - amit.khare@linaro.org
7 os:
8 - android
9 scope:
10 - functional
11 devices:
12 - apq8016-sbc
13 - hi6220-hikey
14 environment:
15 - manual-test
16
17run:
18 steps:
19 - Boot the board.
20 - Insert SD card in SD card slot on the board.
21 - From Android UI, got to Settings--> Storage&USB.
22 - Storage&USB has two options "Internal Storage" & "Portable Storage".
23 - Click on "Internal Storage" and it will show memory usage. Click on "Explore" at the bottom.
24 - Under "Portable Storage", The SD card will already be mounted. Click on it to unmount.
25 - Mount and unmount SD card couple of times.
26
27 expected:
28 - Clicking on settings--> storage&usb--> Internal storage--> Explore works fine and no crash is observed.
29 - SD card is auto mounted and can be unmounted and re-mounted from UI.