From 4506f33c53fdb64e6e3874036b871186131960f8 Mon Sep 17 00:00:00 2001 From: Arthur She Date: Wed, 15 Oct 2014 07:11:14 -0700 Subject: cyclictest: Add cyclictest-basic.yaml for both ubuntu & OE Run cyclictest in loop and increase the number of thread after each iteration Change-Id: Ic6151b692e2d57304a2f8ef9bb67c5c1261c4e9a --- common/cyclictest-basic.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 common/cyclictest-basic.yaml (limited to 'common/cyclictest-basic.yaml') 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}' -- cgit v1.2.3