summaryrefslogtreecommitdiff
path: root/ubuntu/kselftest-mqueue.yaml
blob: 337c85286ebf2f379f0426255befa9fb63323570 (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
36
37
38
39
40
41
42
43
metadata:
    name: kselftest-mqueue
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "The kernel contains a set of 'self tests' under the tools/testing/selftests/.
                  These are intended to be small unit tests to exercise individual code paths
                  in the kernel. kselftest-mqueue tries to open a posix message queue and reports
                  whether it fails or passes."
    maintainer:
        - arthur.she@linaro.org
    os:
        - ubuntu
    devices:
        - arndale
        - beaglebone-black
        - rtsm_fvp_base-aemv8a
        - juno
    scope:
        - functional

install:
    git-repos:
        - http://git.linaro.org/qa/kselftest.git
    steps:
        - 'cd kselftest'
        - 'git checkout $BRANCH'
    deps:
        - git
        - build-essential
        - wget

params:
    BRANCH: master

run:
    steps:
        - './common/scripts/kselftest-mqueue.sh'

parse:
    pattern: "^(?P<test_case_id>[A-Za-z0-9_>=/, ]+):[\\s]+(?P<result>PASS|FAIL)"
    fixupdict:
        PASS: pass
        FAIL: fail