aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-18increment micro versionpm-qa-0.1.1Daniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-18fix cpufreq_05 number idsDaniel Lezcano
Fix the numbering by manually setting for each cpu instead of using the function which reset the test id. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-17add a version file and a readmepm-qa-0.1.0Daniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-16downcase result outputDaniel Lezcano
That will make the output compatible with the expected result format for lava. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-16add ':' token to facilitate output parsing by lavaDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-11Changed execution bit.Daniel Lezcano
2011-08-11add a test description for each testDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-09change the script name with the block name they refer toDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-09number the test with an idDaniel Lezcano
Automatically increment the test id making possible to identify the test clearly. The result will under the form: ... cpufreq_03.0/cpu0 checking governor change to 'conservative'... PASS cpufreq_03.1/cpu0 checking governor change to 'ondemand'... PASS cpufreq_03.2/cpu0 checking governor change to 'userspace'... PASS cpufreq_03.3/cpu0 checking governor change to 'powersave'... PASS cpufreq_03.4/cpu0 checking governor change to 'performance'... PASS cpufreq_03.0/cpu1 checking governor change to 'conservative'... PASS cpufreq_03.1/cpu1 checking governor change to 'ondemand'... PASS cpufreq_03.2/cpu1 checking governor change to 'userspace'... PASS cpufreq_03.3/cpu1 checking governor change to 'powersave'... PASS cpufreq_03.4/cpu1 checking governor change to 'performance'... PASS cpufreq_04.0/cpu0 checking setting frequency '2.6 GHz'... PASS cpufreq_04.1/cpu0 checking setting frequency '2.6 GHz'... PASS cpufreq_04.2/cpu0 checking setting frequency '2.0 GHz'... PASS cpufreq_04.3/cpu0 checking setting frequency '1.6 GHz'... PASS cpufreq_04.4/cpu0 checking setting frequency '1.2 GHz'... PASS cpufreq_04.5/cpu0 checking setting frequency '800.0 MHz'... PASS cpufreq_04.0/cpu1 checking setting frequency '2.6 GHz'... PASS cpufreq_04.1/cpu1 checking setting frequency '2.6 GHz'... PASS cpufreq_04.2/cpu1 checking setting frequency '2.0 GHz'... PASS cpufreq_04.3/cpu1 checking setting frequency '1.6 GHz'... PASS cpufreq_04.4/cpu1 checking setting frequency '1.2 GHz'... PASS cpufreq_04.5/cpu1 checking setting frequency '800.0 MHz'... PASS cpufreq_05.0/cpu1 checking 'ondemand' directory exists... PASS ... Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Paul Larson <paul.larson@linaro.org>
2011-08-06set prefix for sched_mcDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-06change execution modeDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-05test_04 : check we can change sched_mc policyDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-05test_03 : check topology file presenceDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-05test_02 : check topology is enabledDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-05test_01 : test sched_mc file presenceDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-05fix error output to the log fileDaniel Lezcano
Error messages have to go to the log file Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-03add gitignoreDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-03change URLs in the header filesDaniel Lezcano
Rename them to cpufreq_* instead of test_*. That will allow to add the other subsystem blocks without name conflict. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-02change execution mode for scriptsDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test the load of the cpu does not affect the frequency with 'powersave'Daniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test the load of the cpu does not affect the frequency with 'userspace'Daniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test the load of the cpu affects the frequency with 'ondemand'Daniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26add a cpu burn utilityDaniel Lezcano
A very simple program, similar to cpucycle, but doing nothing more than looping indefinitively. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test the change of the frequencies affect the performances of a test programDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test 'ondemand' and 'conservative' trigger correctly the configuration directoryDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test the change of the frequency is effective in 'userspace' modeDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test the governor change is effectiveDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test the cpufreq framework is available for governorDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26test the cpufreq framework is available for frequencyDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26add script functionsDaniel Lezcano
Add a common directory for all the functions we will use later in the test scripts. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26add a nanosleep utilityDaniel Lezcano
This utility gives a finer grain to wait for smaller amount of time. This is useful for waiting the delay between each frequency change. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26add a simple program burning cyclesDaniel Lezcano
This little program takes the cpu # as parameter, set the affinity and renice itself to the maximum priority. It increments a counter during one second, display the coutner's value and exit. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-26put in place the new frameworkDaniel Lezcano
In order to run the tests, invoke: 'make check' Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-07-21change license for PM-QADaniel Lezcano
The PM-QA changed its license to GPLv2 https://wiki.linaro.org/TSC Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-06-06cpufreq : add smp support for avail_freq01.shDaniel Lezcano
Make the test for all cpus Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-06Changed execution modeDaniel Lezcano
2011-03-10Linaro Power Management Work Group QATorez Smith