summaryrefslogtreecommitdiff
path: root/manual/generic/android/usb-camera.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/android/usb-camera.yaml')
-rw-r--r--manual/generic/android/usb-camera.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/manual/generic/android/usb-camera.yaml b/manual/generic/android/usb-camera.yaml
new file mode 100644
index 0000000..2bc9513
--- /dev/null
+++ b/manual/generic/android/usb-camera.yaml
@@ -0,0 +1,31 @@
+metadata:
+ name: andriod-usb-camera
+ format: "Manual Test Definition 1.0"
+ description: "Test if USB camera can be detected and works properly"
+ maintainer:
+ - botao.sun@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - vexpress-a9
+ - vexpress-tc2
+ - arndale
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "Note: This test is not applicable for Android Jelly Bean"
+ - "Plug in external USB camera"
+ - "Power on the board, Camera App should be pre-installed"
+ - "Launch Camera App, take a picture"
+ - "View the picture in Gallery App"
+
+ expected:
+ - "Camera App should exist"
+ - "Camera App can be launched successfully with the view mode of USB camera"
+ - "Pictures can be taken in Camera App and viewed in Gallery App"