aboutsummaryrefslogtreecommitdiff
path: root/wa2host_postprocessing.yaml
blob: 1b4e5c8b2e9604e0344caf7d3324e80c37bda144 (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
metadata:
    format: Lava-Test Test Definition 1.0
    name: wa2-host-postprocessing
    description: "WAv2 - host result postprocessing"
    maintainer:
        - milosz.wasilewski@linaro.org
    os:
        - ubuntu
    scope:
        - functional
    devices:
        - kvm

params:
    JOB_NAME: "workload-automation"
    DELETE_DB: "false"

run:
    steps:
        - ./postprocessing.py --job-name $JOB_NAME
        - "if [ $DELETE_DB != 'false' ]; then rm /root/db_results $JOB_NAME.db; fi"

parse:
    pattern: "^(?P<test_case_id>\\S+)\\s+Measurement:(?P<measurement>\\d+\\.\\d+)\\s+Units:(?P<units>\\S+)\\s+Result:(?P<result>\\S+)"