summaryrefslogtreecommitdiff
path: root/manual/generic/linux/usb-camera.yaml
blob: 7ac8c491faf6d95c8f4428211174b12db71f53ea (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
32
33
34
metadata:
    name: usb-camera
    format: "Manual Test Definition 1.0"
    description: "Test if USB camera works on Linux"
    maintainer:
        - chase.qi@linaro.org
    os:
        - linux
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

run:
    steps:
        - Login as root and plug in your USB camera.
        - Run "apt-get install cheese" to install Cheese.
        - Open Cheese, go to its preference and select your USB camera.
        - Take a photo and a video.
        - Open the photo and play the video.

    expected:
        - In Cheese preference, USB camera appears in the device list.
        - Photo and video taking are successful.
        - The photo and the video look good.
        - No crash observed.