Re: [PATCH] cpufreq: tests: Providing cpufreq regression test

2014-07-21 Thread Sachin Kamat
Hi Lukasz, On Fri, Jul 18, 2014 at 5:29 PM, Lukasz Majewski wrote: > Hi Sachin, > >> Hi Lukasz, >> >> I tested this script on 4210 based Origen board. >> This is the output: >> ./cpufreq_freq_test.sh >> CURRENT GOVERNOR: performance >> SET GOVERNOR: performance >>

Re: [PATCH] cpufreq: tests: Providing cpufreq regression test

2014-07-18 Thread Lukasz Majewski
Hi Rafael, > On Friday, July 18, 2014 12:23:05 PM Lukasz Majewski wrote: > > This commit adds first regression test "cpufreq_freq_test.sh" for > > the cpufreq subsystem. > > Care to add any description of how it is supposed to work and what it > is going to test? Ok. I will extend the descriptio

Re: [PATCH] cpufreq: tests: Providing cpufreq regression test

2014-07-18 Thread Lukasz Majewski
Hi Sachin, > Hi Lukasz, > > I tested this script on 4210 based Origen board. > This is the output: > ./cpufreq_freq_test.sh > CURRENT GOVERNOR: performance > SET GOVERNOR: performance > ## > TEST AVAILABLE FREQS > ## > FREQ:

Re: [PATCH] cpufreq: tests: Providing cpufreq regression test

2014-07-18 Thread Sachin Kamat
Hi Lukasz, I tested this script on 4210 based Origen board. This is the output: ./cpufreq_freq_test.sh CURRENT GOVERNOR: performance SET GOVERNOR: performance ## TEST AVAILABLE FREQS ## FREQ: 120 sleep: invalid number '0.1

Re: [PATCH] cpufreq: tests: Providing cpufreq regression test

2014-07-18 Thread Rafael J. Wysocki
On Friday, July 18, 2014 12:23:05 PM Lukasz Majewski wrote: > This commit adds first regression test "cpufreq_freq_test.sh" for the > cpufreq subsystem. Care to add any description of how it is supposed to work and what it is going to test? > Signed-off-by: Lukasz Majewski > --- > drivers/cpufr

[PATCH] cpufreq: tests: Providing cpufreq regression test

2014-07-18 Thread Lukasz Majewski
This commit adds first regression test "cpufreq_freq_test.sh" for the cpufreq subsystem. Signed-off-by: Lukasz Majewski --- drivers/cpufreq/tests/README | 23 + drivers/cpufreq/tests/cpufreq_freq_test.sh | 149 + 2 files changed, 172 insertions(+)