summaryrefslogtreecommitdiff
path: root/automated/linux/pritee_test_utility/pritee_test_utility.yaml
blob: c60b53f7590276c822968dec8f6b68dcd50751cd (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
metadata:
    name: pritee_test_utility
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "PlayReady Interface for Trusted Execution Environment Test Utility"
    maintainer:
        - arthur.she@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - hi6220-hikey
        - dragonboard-410c

params:
    OPTS: "-drmpath:/usr/share/playready"

run:
    steps:
        - cd automated/linux/pritee_test_utility
        - ./pritee_test_utility.sh ${OPTS}
        - ../../utils/send-to-lava.sh ./output/result.txt
parse:
    pattern: "^(?P<test_case_id>[a-zA-Z_-]+)::\\s(?P<result>\\w+)"
    fixupdict:
        PASS: pass
        FAIL: fail