summaryrefslogtreecommitdiff
path: root/openembedded/nohz-isolation.yaml
blob: 024f35c73390af24d517f15fe9c9edfe4c5980e3 (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
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:
        - ubuntu
    scope:
        - functional
    devices:
        - arndale

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

parse:
    pattern: "(?P<result>(PASS|FAIL|SKIP)):\\s+(?P<test_case_id>(.*))"
    fixupdict:
        PASS: pass
        FAIL: fail