aboutsummaryrefslogtreecommitdiff
path: root/Test.mk
AgeCommit message (Collapse)Author
2013-04-10pmqa: cpuidle: add test to check cpuidle statisticsDaniel Lezcano
Add functionality to record the current runtime cpuidle statistics and show the same. Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
2012-11-28Ignore the non-zero returns, go on executing the remaining test.hongbo.zhang
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
2012-11-28pm-qa: run sanity check before running test casesRajagopal Venkat
run sanity test for each functionality if present. If functionality enabled, then run all respective test cases. This patch also adds sanity checks for cpuidle and sched_mc. Signed-off-by: Rajagopal Venkat <rajagopal.venkat@linaro.org>
2012-11-28Add -pthread option for thermal test compiling.zhanghongbo
Temporarily disabled thermal and suspend test from the top 'make check', but they can still be executed manually by 'make -C suspend check' and 'make -C thermal check'. Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
2012-05-02add cpuidle_02 and cpuidle_03 testsDaniel Lezcano
This patch provides a couple of tests for cpuidle in addition with a small program which behaves to sollicitate the cpuidle drivers especially when both cores needs to reach the same C-states. The program forks as many online processors present on the system and set the affinity to it. Then it runs, during 120 secs, small chunks of busy loops and idle loops. When there is something wrong with the cpuidle driver, this program often triggers the problem which results in a kernel panic, tasks hung warning or system hang. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-11-15Fix test.mk when no log is definedDaniel Lezcano
When the $LOG variable is empty, do not remove the files Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-10-03change header to specify 'on Linux'Daniel Lezcano
Specify the test suite can be run on Linux because it is not ARM specific. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-09-22Factor out MakefilesDaniel Lezcano
The Makefile for cpufreq and sched_mc are exactly the same, let's factor out them in a single Makefile. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Amit Kucheria <amit.kucheria@linaro.org>