summaryrefslogtreecommitdiff
path: root/openembedded/cyclictest.yaml
diff options
context:
space:
mode:
authorVincent Hsu <vincent.hsu@linaro.org>2013-09-13 15:05:53 +0800
committerFathi Boudra <fathi.boudra@linaro.org>2013-09-14 08:18:51 +0300
commitf9c4efbb832cbc34daadb03750f825db58aae886 (patch)
treea0c369ec8c761f4f425ee10b548c965c1d026aad /openembedded/cyclictest.yaml
parentea3b744b254b9da4fded1f4f991a99f8d01a7431 (diff)
openembedded/cyclictest: updated cyclictest
1. force to run test in cpu core 1 2. get full log and summary log at the same time 3. show more measurement resluts directly on lava webpage Signed-off-by: Vincent Hsu <vincent.hsu@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded/cyclictest.yaml')
-rw-r--r--openembedded/cyclictest.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/openembedded/cyclictest.yaml b/openembedded/cyclictest.yaml
index 6632602..9279159 100644
--- a/openembedded/cyclictest.yaml
+++ b/openembedded/cyclictest.yaml
@@ -8,9 +8,11 @@ run:
steps:
- "fping -g 127.0.0.1 127.0.0.10 -t 100 -q -l &> /dev/null &"
- "./openembedded/scripts/infinite_loop.py 864300 &> /dev/null &"
- - "cyclictest -t 50 -p 80 -n -a0 -q -D 86400 > ~/cyclictest.log"
- - "cat ~/cyclictest.log | ./openembedded/scripts/cyclictest.py"
- - "lava-test-run-attach ~/cyclictest.log text/plain"
+ - "cyclictest -t 1 -p 80 -i 10000 -n -a1 -v -D 86400 > ~/cyclictest_full.log &"
+ - "cyclictest -t 50 -p 80 -i 10000 -n -a1 -q -D 86400 > ~/cyclictest_summary.log"
+ - "cat ~/cyclictest_summary.log | ./openembedded/scripts/cyclictest.py"
+ - "lava-test-run-attach ~/cyclictest_full.log text/plain"
+ - "lava-test-run-attach ~/cyclictest_summary.log text/plain"
- "killall calibrator infinite_loop.py fping"
parse:
pattern: "^test_case_id:(?P<test_case_id>.+)\\s+result:(?P<result>\\w+)\\s+measurement:(?P<measurement>.+)\\s+units:(?P<units>.+)"