summaryrefslogtreecommitdiff
path: root/manual/generic/hdmi-audio.yaml
blob: 2808ec937ef704a66fd9c3081b18a137becdda80 (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
35
metadata:
    name: andriod-audio-hdmi
    format: "Manual Test Definition 1.0"
    description: "Test if HDMI audio works well"
    maintainer:
        - amit.khare@linaro.org
    os:
        - android
        - ubuntu
        - openembedded
        - debian
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
        - ifc6410
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

run:
    steps:
        - Plug out headset and microphone from the board if applicable.
        - Plug in HDMI cable to connect the board with a monitor or TV which comes with speakers (supports HDMI audio)
        - Download a music file from "http://samplemedia.linaro.org/Audio/" and then transfer it to storage media on device under test
        - Play back music file using some media player (different players on different OSes)

    expected:
        - Sound of music is played back clearly from monitor or TV speakers.
        - No hang, kernel panic and crash during the whole test process.