summaryrefslogtreecommitdiff
path: root/nohz.yaml
blob: 929cc54c3a4aaa3122e666b2769978c303d38519 (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
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

install:
    git-repos:
        - git://git.linaro.org/people/vireshk/lava.git

run:
    steps:
        - "lava/is-cpu-isolated.sh 10 10"

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