-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Paul,
in attachment the patch to modify the pwrmgmnt script for lava in order to take into account the new pm-qa scripts.
Let me know if everything is ok or not.
Thanks for your help ! -- Daniel
- -- http://www.linaro.org/ Linaro.org ? Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro Facebook | http://twitter.com/#!/linaroorg Twitter | http://www.linaro.org/linaro-blog/ Blog
Hi, I haven't had a chance to look at it more in depth yet, but a couple of problems when I tried running it on my system (just my laptop for now, haven't tried on any board yet)
1. no results were parsed
2. ### cpufreq_09: ### test the load of the cpu does not affect the frequency with 'powersave' ### cpufreq_09.0/cpu0: checking 'powersave' sets frequency to 1000.0 MHz... pass cpufreq_09.1/cpu0: checking 'powersave' frequency 1000.0 MHz is fixed... pass cpufreq_09.0/cpu1: checking 'powersave' sets frequency to 1000.0 MHz... pass cpufreq_09.1/cpu1: checking 'powersave' frequency 1000.0 MHz is fixed... pass make[1]: Leaving directory `/home/plars/.local/share/abrek/installed-tests/pwrmgmt/pm-qa/cpufreq' make[1]: Entering directory `/home/plars/.local/share/abrek/installed-tests/pwrmgmt/pm-qa/sched_mc' rm -f sched_01.log sched_02.log sched_03.log sched_04.log -e ### ### sched_01: ### test the presence of the 'sched_mc_power_savings' file ### sched_01.0: checking sched_mc_power_savings exists... fail make[1]: *** [sched_01.log] Error 1 make[1]: Leaving directory `/home/plars/.local/share/abrek/installed-tests/pwrmgmt/pm-qa/sched_mc' ABREK TEST RUN COMPLETE: Result id is 'pwrmgmt1313589327.0'
Is this just because it stops as soon as it hits one failure?
On Tue, Aug 16, 2011 at 5:42 PM, Daniel Lezcano daniel.lezcano@linaro.orgwrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Paul,
in attachment the patch to modify the pwrmgmnt script for lava in order to take into account the new pm-qa scripts.
Let me know if everything is ok or not.
Thanks for your help ! -- Daniel
http://www.linaro.org/ Linaro.org ? Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro Facebook | http://twitter.com/#!/linaroorg Twitter | http://www.linaro.org/linaro-blog/ Blog
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJOSvJQAAoJEAKBbMCpUGYA85sH/3IlfWWunRuLtOcLenOosM73 EkNSFPY5+HN1txtL0rIY//P4TRFiVoKciV6+Muzp6KIhqytRLNNkh0tpz6rfOM7A G5mv6O2qQGwTpWN7GyqWUMkewxtTUCXmzy+ITkgK0RIDeUXiLftDtW5KZyW2W0GT cnYe8mUv5/d5zxucCoMScOcpxLfTRIVh5+1EvkcRtD5TSoTX5eqzV29bb+EchTun ZCg25fDTFCa5+kaqdfaygdgNGsn4Q7wgIunduN/hEs4mQAftU2BQJ7JtM7XGje90 2MaBDcX/GMpjV2FQ8DWcXg9U/9IVLHfRWcM6+PAY6cesPAtpsreVHL7loqgZENY= =8Fkx -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/17/2011 04:57 PM, Paul Larson wrote:
Hi, I haven't had a chance to look at it more in depth yet, but a couple of problems when I tried running it on my system (just my laptop for now, haven't tried on any board yet)
Ok, thanks for looking at.
- no results were parsed
I am not sure to get it. What is the expected result ? Does it mean the regular expression in the lava script could be wrong ?
- ### cpufreq_09:
### test the load of the cpu does not affect the frequency with 'powersave' ### cpufreq_09.0/cpu0: checking 'powersave' sets frequency to 1000.0 MHz... pass cpufreq_09.1/cpu0: checking 'powersave' frequency 1000.0 MHz is fixed... pass cpufreq_09.0/cpu1: checking 'powersave' sets frequency to 1000.0 MHz... pass cpufreq_09.1/cpu1: checking 'powersave' frequency 1000.0 MHz is fixed... pass make[1]: Leaving directory `/home/plars/.local/share/abrek/installed-tests/pwrmgmt/pm-qa/cpufreq' make[1]: Entering directory `/home/plars/.local/share/abrek/installed-tests/pwrmgmt/pm-qa/sched_mc' rm -f sched_01.log sched_02.log sched_03.log sched_04.log -e ### ### sched_01: ### test the presence of the 'sched_mc_power_savings' file ### sched_01.0: checking sched_mc_power_savings exists... fail make[1]: *** [sched_01.log] Error 1 make[1]: Leaving directory `/home/plars/.local/share/abrek/installed-tests/pwrmgmt/pm-qa/sched_mc' ABREK TEST RUN COMPLETE: Result id is 'pwrmgmt1313589327.0'
Is this just because it stops as soon as it hits one failure?
Oh, right. That can be easily fixed by replacing "make check" by "make - -k check" ?
- -- http://www.linaro.org/ Linaro.org │ Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro Facebook | http://twitter.com/#!/linaroorg Twitter | http://www.linaro.org/linaro-blog/ Blog
On Wed, Aug 17, 2011 at 10:16 AM, Daniel Lezcano daniel.lezcano@linaro.orgwrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/17/2011 04:57 PM, Paul Larson wrote:
Hi, I haven't had a chance to look at it more in depth yet, but a couple
of
problems when I tried running it on my system (just my laptop for now, haven't tried on any board yet)
Ok, thanks for looking at.
- no results were parsed
I am not sure to get it. What is the expected result ? Does it mean the regular expression in the lava script could be wrong ?
Yes, I've fixed part of it, will get the rest fixed later tonight at when I'm back at the hotel.
Is this just because it stops as soon as it hits one failure?
Oh, right. That can be easily fixed by replacing "make check" by "make
- -k check" ?
so should it always run as make - -k check?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/17/2011 06:55 PM, Paul Larson wrote:
On Wed, Aug 17, 2011 at 10:16 AM, Daniel Lezcano daniel.lezcano@linaro.orgwrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/17/2011 04:57 PM, Paul Larson wrote:
Hi, I haven't had a chance to look at it more in depth yet, but a couple
of
problems when I tried running it on my system (just my laptop for now, haven't tried on any board yet)
Ok, thanks for looking at.
- no results were parsed
I am not sure to get it. What is the expected result ? Does it mean the regular expression in the lava script could be wrong ?
Yes, I've fixed part of it, will get the rest fixed later tonight at when I'm back at the hotel.
Great. Thanks !
Is lava running daily the tests ?
Is this just because it stops as soon as it hits one failure?
Oh, right. That can be easily fixed by replacing "make check" by "make
- -k check" ?
so should it always run as make - -k check?
Yes, I think for the moment we should use the -k switch and later remove it when the different pm-qa scripts will be tweaked to not make the entire test set fails when a pre-requisite is missing.
- -- http://www.linaro.org/ Linaro.org ? Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro Facebook | http://twitter.com/#!/linaroorg Twitter | http://www.linaro.org/linaro-blog/ Blog
Ok, I sorted this out, but I noticed a couple of problems still. 1. even with the -k, it errors out after a while 2. There are still some test results with duplicate test_case_id: cpufreq_05.0/cpu1: checking 'ondemand' directory exists... pass cpufreq_05.0/cpu1: checking 'conservative' directory exists... pass cpufreq_05.0/cpu1: checking 'ondemand' directory is not there... pass
(I don't know if those are the only ones, just some I happened to spot by chance)
Thanks, Paul Larson
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/18/2011 12:49 AM, Paul Larson wrote:
Ok, I sorted this out, but I noticed a couple of problems still. 1. even with the -k, it errors out after a while
If one test fail, that will make the tests suite to return an error at the end. Could it be that ? Is it a problem ?
- There are still some test results with duplicate test_case_id:
cpufreq_05.0/cpu1: checking 'ondemand' directory exists... pass cpufreq_05.0/cpu1: checking 'conservative' directory exists... pass cpufreq_05.0/cpu1: checking 'ondemand' directory is not there... pass
Right, seems the only ones. I will fix that.
- -- http://www.linaro.org/ Linaro.org ? Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro Facebook | http://twitter.com/#!/linaroorg Twitter | http://www.linaro.org/linaro-blog/ Blog
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/18/2011 12:49 AM, Paul Larson wrote:
Ok, I sorted this out, but I noticed a couple of problems still.
- even with the -k, it errors out after a while
- There are still some test results with duplicate test_case_id:
cpufreq_05.0/cpu1: checking 'ondemand' directory exists... pass cpufreq_05.0/cpu1: checking 'conservative' directory exists... pass cpufreq_05.0/cpu1: checking 'ondemand' directory is not there... pass
Fixed the duplicate ids.
- -- http://www.linaro.org/ Linaro.org ? Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro Facebook | http://twitter.com/#!/linaroorg Twitter | http://www.linaro.org/linaro-blog/ Blog