summaryrefslogtreecommitdiff
path: root/openembedded/alldebug-kernel.yaml
blob: bfb50f67641870ca79bd3405b7c64a5f7864a9a4 (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
metadata:
    name: alldebug-kernel
    format: "Lava-Test-Shell Test Definition 1.0"
    description:
         "This test will parse the kernel self debug test log"
    maintainer:
        - arthur.she@linaro.org
    os:
        - openembedded
    devices:
        - arndale
        - beaglebone-black
        - rtsm_fvp_base-aemv8a
        - panda-es
    scope:
        - functional

run:
    steps:
        - 'dmesg > dmesg.log'
        - 'openembedded/scripts/dmesg-parser.sh dmesg.log'
        - 'lava-test-run-attach dmesg.log'

parse:
    pattern: "^(?P<test_case_id>[-\\w=>/()[\\] #+]+):\\s+(?P<result>FAILED|ok)"
    fixupdict:
        FAILED: fail
        ok: pass