summaryrefslogtreecommitdiff
path: root/ubuntu/fwts.yaml
blob: ce3518dcc7d92cf2194150d97ff6c72b50036e20 (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: fwts
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Ubuntu Firmware Test Suite (fwts) -  https://wiki.linaro.org/LEG/Engineering/test-acpi#Ubuntu_Firmware_test_suite"
    maintainer:
        - naresh.bhat@linaro.org
    os:
        - ubuntu
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - arndale
        - vexpress-a9
        - vexpress-tc2
        - rtsm_fvp_base-aemv8a

install:
    deps:
        - fwts
run:
    steps:
        - lava-test-case fwts --shell fwts -a --log-filter=ALL --log-format='%owner-%field:' -w 250
        - lava-test-case-attach fwts results.log text/plain
        - ./ubuntu/scripts/fwts-parser.py results.log

parse:
    pattern: "(?P<test_case_id>.*):\\s(?P<result>(pass|fail|skip)$)"