summaryrefslogtreecommitdiff
path: root/ubuntu/rcutorture.yaml
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2014-12-10 15:27:48 +1100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-12-17 14:32:26 +0000
commit6293afe3dbbe08c406f329283b7bdea77db74b50 (patch)
tree0194253430220d53cef9090b849c4021927d08e1 /ubuntu/rcutorture.yaml
parent76a1e67419b20ba816694f242440afd9d9919478 (diff)
Add RCU Torture Test to Linux-Linaro Kernel.
This test code is to add RCU Torture test to Linux-linaro Kernel based images. https://www.kernel.org/doc/Documentation/RCU/torture.txt It has been validated in LAVA on both LSK 3.10 and 3.14 Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I15ba99aac346abb13b94396059aa0ef776ac007d
Diffstat (limited to 'ubuntu/rcutorture.yaml')
-rw-r--r--ubuntu/rcutorture.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/ubuntu/rcutorture.yaml b/ubuntu/rcutorture.yaml
new file mode 100644
index 0000000..83124bf
--- /dev/null
+++ b/ubuntu/rcutorture.yaml
@@ -0,0 +1,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"