summaryrefslogtreecommitdiff
path: root/android/media_codecs_functional_tests.yaml
blob: 15948bcb56cadbcc1bd493ae9c0a8480c153a103 (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
metadata:
    name: media_codecs_functional_tests
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Media functional codecs test suite for linaro android verifies arm based audio/video software
                  codecs available in Android AOSP release. These codecs are used in implementation of SW based
                  OMX decoders. Some of these codecs are developed by Google like VP8/VP9 and some others by
                  third parties like PacketVideo for mp3."
    maintainer:
        - edmund.szeto@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - juno

run:
    steps:
        - "./android/scripts/media_codecs_functional_tests.sh"

parse:
    pattern: "^\\[(?P<test_case_id>\\w+)\\]:\\s*test\\s*(?P<result>\\w+)"
    fixupdict:
        passed: pass
        failed: fail
        skipped: skip