summaryrefslogtreecommitdiff
path: root/ubuntu/rcutorture.yaml
blob: 83124bf4dc38efa7bd8f7bc8eafc3517496f8c33 (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: rcutorture
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run RCU Torture test for Linux Kernel."
    maintainer:
        - botao.sun@linaro.org
    os:
        - ubuntu
        - openembedded
    devices:
        - d01
        - panda
        - panda-es
        - arndale
        - vexpress-a9
        - vexpress-tc2
        - ifc6410
        - rtsm_fvp_base-aemv8a
        - juno
        - beaglebone-black
    environment:
        - lava-test-shell

params:
    TORTURETIME: 600

run:
    steps:
        - "cd ubuntu/scripts; ./rcutorture.py $TORTURETIME"