summaryrefslogtreecommitdiff
path: root/manual/generic/android/usb-camera.yaml
blob: 2bc9513df65a592415760c8cb2c5ac40d45c9000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"