summaryrefslogtreecommitdiff
path: root/openembedded/nohz-isolation.yaml
blob: 73c9c07f53c624649b31e7f41896b0f7d008b212 (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
metadata:
    name: NO_HZ_FULL
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test CPU Isolation with NOHZ and CPUSETS on ubuntu."
    maintainer:
        - viresh.kumar@linaro.org
    os:
        - openembedded
        - ubuntu
    scope:
        - functional
    devices:
        - arndale

params:
    ISOL_CPU: 1
    ITERATIONS: 5
    ISOL_MIN: 10
run:
    steps:
        - "common/scripts/is-cpu-isolated.sh $ISOL_CPU $ITERATIONS $ISOL_MIN"

parse:
    pattern: "^test_case_id:(?P<test_case_id>.+)\\s+result:(?P<result>\\w+)\\s+measurement:(?P<measurement>.+)\\s+units:(?P<units>.+)"
    fixupdict:
        PASS: pass
        FAIL: fail