summaryrefslogtreecommitdiff
path: root/common/cyclictest-basic.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'common/cyclictest-basic.yaml')
-rw-r--r--common/cyclictest-basic.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/common/cyclictest-basic.yaml b/common/cyclictest-basic.yaml
new file mode 100644
index 0000000..e9213bf
--- /dev/null
+++ b/common/cyclictest-basic.yaml
@@ -0,0 +1,31 @@
+metadata:
+ name: cyclictest-basic
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description:
+ "Run cyclictest in loop and increase the number of thread after each iteration"
+ maintainer:
+ - arthur.she@linaro.org
+ os:
+ - ubuntu
+ - openembedded
+ devices:
+ - arndale
+ - beaglebone-black
+ - rtsm_fvp_base-aemv8a
+ scope:
+ - performance
+ - preempt-rt
+
+install:
+ deps:
+ - rt-tests
+
+params:
+ TIMES: 8 # The number of times 'cyclictest' will be run
+ INTERVAL: 10000 # '--interval': base interval of thread in us
+ LATENCY: 1000000 # '--latency': This number will be written to /dev/cpu_dma_latency
+ DURATION: 20 # '--duratio': specify a length for the test run
+
+run:
+ steps:
+ - './common/scripts/cyclictest-basic.sh ${TIMES} ${INTERVAL} ${LATENCY} ${DURATION}'