summaryrefslogtreecommitdiff
path: root/ubuntu/rcutorture.yaml
blob: ce7d8af9832a30abe6fefb220ef57859ef9c321a (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
30
metadata:
    name: rcutorture
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "RCU or Read-Copy Update Torture test for Linux Kernel. The default torture
                  time is set to 600 which can be changed via JSON file."
    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"