summaryrefslogtreecommitdiff
path: root/manual/generic/usb-storage.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 14:38:58 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 14:38:58 +0100
commitd341c22fae0e9ebbb27cf1a1d2629c6c011f7d23 (patch)
treed828ef6c6052d0ae2d95b1743d28f556848415c3 /manual/generic/usb-storage.yaml
parentd1b6521e96da63cb212a2e18c4a02791bf5e07cb (diff)
Moved manual tests to separate directory
Change-Id: I1092ce929d4d257dfd596034c605b4be5b0189a0 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'manual/generic/usb-storage.yaml')
-rw-r--r--manual/generic/usb-storage.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/manual/generic/usb-storage.yaml b/manual/generic/usb-storage.yaml
new file mode 100644
index 0000000..54a47b2
--- /dev/null
+++ b/manual/generic/usb-storage.yaml
@@ -0,0 +1,36 @@
+metadata:
+ name: usb-storage
+ format: "Manual Test Definition 1.0"
+ description: "Basic test for USB keyboard functionality"
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - android
+ - linux
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - arndale
+ - hi6220-hikey
+ - apq8016-sbc
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Login in as root and plug in your USB storage device.
+ - Run "demsg" to find the device ID. Take "sda1" for example.
+ - Run the following command to mount the disk. Modify the disk format as needed.
+ - On Linux, run "mount /dev/sda1 /mnt/"
+ - On Android, run "mount -t vfat /dev/block/sda1 /mnt/"
+ - Copy a file to /mnt and then delete the file.
+ - Execute "umount /mnt" to umount the device.
+
+ expected:
+ - Disk mount and umount tests are successful.
+ - File copying is successful and the file can be deleted.
+ - No crash is observed from serial console.