aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/ptest/ptest.yaml
blob: 6205c1128c43fb064dfd35646760b1bc3f2ae631 (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
metadata:
    format: Lava-Test Test Definition 1.0
    name: ptest
    description: "OpenEmbedded Package tests support (ptest)
                  The pacakge tests from OpenEmbedded enables the support to run
                  package unittests into the target device.
                  For more information: https://wiki.yoctoproject.org/wiki/Ptest"
    maintainer:
        - anibal.limon@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - dragonboard410c

params:
    TESTS: ""
    EXCLUDE: ""

run:
    steps:
        - cd ./automated/linux/ptest
        - PYTHONIOENCODING=UTF-8 ./ptest.py -o ./result.txt -t ${TESTS} -e ${EXCLUDE}
        - ../../utils/send-to-lava.sh ./result.txt