summaryrefslogtreecommitdiff
path: root/openembedded/kselftest-net.yaml
blob: 5457bd7fa4fb0f80f4b62915eda0247752e193cb (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: kselftest-net
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Linux kernel Kselftest-net test for Linaro OpenEmbedded builds. The kernel contains
                  a set of 'self tests' under the tools/testing/selftests/ directory. These are intended
                  to be small unit tests to exercise individual code paths. kselftest-net is a basic test
                  of packet socket fanout and socket's TPACKET_V1/TPACKET_V2/TPACKET_V3 behavior."
    maintainer:
        - arthur.she@linaro.org
    os:
        - openembedded
    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'
        - 'make -C net'
params:
    BRANCH: master

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

parse:
    pattern: "^(?P<test_case_id>[a-z_]+):\\s(?P<result>pass|fail)"