For the #28 from Ricardo Salveti: "The second issue, with the cpuidle test set, is actually a bug at the test case. The problem is that in case the cpuidle_killer program fails, it'll exit with 1, which will break the current logic from the shell script and will abort the remaining tests."
I have updated the PM-QA, when a non-zero value is returned, the remaining tests won't be broken anymore. ** Changed in: linaro-ubuntu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of TI OMAP Developers, which is subscribed to linaro-landing-team-ti. https://bugs.launchpad.net/bugs/881362 Title: lava-test powermanagement fails on panda Status in Linaro Texas Instruments Landing Team: Invalid Status in Linaro Ubuntu Evaluation Builds: Fix Released Bug description: Hwpack: http://snapshots.linaro.org/oneiric/lt-panda-x11-base- oneiric/20111023/0/images/hwpack/hwpack_linaro-lt- panda-x11-base_20111023-0_armel_supported.tar.gz Image: http://snapshots.linaro.org/oneiric/linaro-o-ubuntu- desktop/20111023/0/images/tar/linaro-o-ubuntu-desktop- tar-20111023-0.tar.gz 'lava-test run pwrmgmt' generates following log: $ cat ~/.local/share/lava_test/results/pwrmgmt.2011-10-24T13\:04\:11Z/testoutput.log make[1]: Entering directory `/home/linaro/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/utils' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/linaro/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/utils' make[1]: Entering directory `/home/linaro/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpufreq' rm -f cpufreq_01.log cpufreq_02.log cpufreq_03.log cpufreq_04.log cpufreq_05.log cpufreq_06.log cpufreq_07.log cpufreq_08.log cpufreq_09.log ### ### cpufreq_01: ### test the cpufreq framework is available for frequency ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_01 ### cpufreq_01.0/cpu0: checking 'scaling_available_frequencies' exists... pass cpufreq_01.1/cpu0: checking 'scaling_cur_freq' exists... pass cpufreq_01.2/cpu0: checking 'scaling_setspeed' exists... pass cpufreq_01.0/cpu1: checking 'scaling_available_frequencies' exists... pass cpufreq_01.1/cpu1: checking 'scaling_cur_freq' exists... pass cpufreq_01.2/cpu1: checking 'scaling_setspeed' exists... pass ### ### cpufreq_02: ### test the cpufreq framework is available for governor ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_02 ### cpufreq_02.0/cpu0: checking 'scaling_available_governors' exists... pass cpufreq_02.1/cpu0: checking 'scaling_governor' exists... pass cpufreq_02.0/cpu1: checking 'scaling_available_governors' exists... pass cpufreq_02.1/cpu1: checking 'scaling_governor' exists... pass ### ### cpufreq_03: ### test the governor change is effective ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_03 ### cpufreq_03.0: run as non-root... skip ### ### cpufreq_04: ### test the change of the frequency is effective in 'userspace' mode ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_04 ### cpufreq_04.0: run as non-root... skip ### ### cpufreq_05: ### test 'ondemand' and 'conservative' trigger correctly the configuration directory ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_05 ### cpufreq_05.0: run as non-root... skip ### ### cpufreq_06: ### test the change of the frequencies affect the performances of a test program ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_06 ### cpufreq_06.0: run as non-root... skip ### ### cpufreq_07: ### test the load of the cpu affects the frequency with 'ondemand' ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_07 ### cpufreq_07.0: run as non-root... skip ### ### cpufreq_08: ### test the load of the cpu does not affect the frequency with 'userspace' ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_08 ### cpufreq_08.0: run as non-root... skip ### ### cpufreq_09: ### test the load of the cpu does not affect the frequency with 'powersave' ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_09 ### cpufreq_09.0: run as non-root... skip make[1]: Leaving directory `/home/linaro/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpufreq' make[1]: Entering directory `/home/linaro/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpuhotplug' rm -f 1_sanity_check.log cpuhotplug_01.log cpuhotplug_02.log cpuhotplug_03.log cpuhotplug_04.log cpuhotplug_05.log cpuhotplug_06.log cpuhotplug_07.log cpuhotplug_08.log z_sanity_check.log ### ### 1_sanity_check: ### ensure all the cpus are online before the tests ### ### 1_sanity_check.0: checking all cpu are online... pass ### ### cpuhotplug_01: ### test the sysfs files are present ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_01 ### cpuhotplug_01.0: checking 'online' exists... pass cpuhotplug_01.1: checking 'offline' exists... pass cpuhotplug_01.2: checking 'possible' exists... pass cpuhotplug_01.3: checking 'present' exists... pass cpuhotplug_01.0/cpu0: checking 'online' exists... pass cpuhotplug_01.0/cpu1: checking 'online' exists... pass ### ### cpuhotplug_02: ### test the cpu state is reflected in sysfs ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_02 ### cpuhotplug_02.0/cpu1: checking cpu is offline... fail ### ### cpuhotplug_03: ### test the affinity does not work on an offline cpu ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_03 ### cpuhotplug_03.0/cpu1: checking setting affinity on cpu fails... fail ### ### cpuhotplug_04: ### test task is migrated with task affinity ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_04 ### cpuhotplug_04.0/cpu1: checking affinity is set... fail cpuhotplug_04.1/cpu1: checking offlining a cpu with affinity succeed... fail cpuhotplug_04.2/cpu1: checking affinity changed... pass ### ### cpuhotplug_05: ### test cpus are reflected on /proc/cpuinfo correctly ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_05 ### processor : 1 cpuhotplug_05.0/cpu1: checking offline processor not found in cpuinfo... fail ### ### cpuhotplug_06: ### test interrupts show the right configuration in /proc/interrupts ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_06 ### CPU0 CPU1 cpuhotplug_06.0/cpu1: checking offline processor not found in interrupts... fail ### ### cpuhotplug_07: ### test userspace notification ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_07 ### cpuhotplug_07.0/cpu1: checking offline event was received... fail cpuhotplug_07.1/cpu1: checking online event was received... fail ### ### cpuhotplug_08: ### test userspace notification ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_08 ### cpuhotplug_08.0: checking cpu1 is offline... fail cpuhotplug_08.1: checking cpu1 is online... fail ### ### z_sanity_check: ### ensure all the cpus are online when the tests are finished ### ### z_sanity_check.0: checking all cpu are back online... pass make[1]: Leaving directory `/home/linaro/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpuhotplug' make[1]: Entering directory `/home/linaro/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/sched_mc' rm -f sched_01.log sched_02.log sched_03.log sched_04.log ### ### sched_01: ### test the presence of the 'sched_mc_power_savings' file ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#sched_mc_01 ### sched_01.0: checking 'sched_mc_power_savings' exists... fail make[1]: Leaving directory `/home/linaro/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/sched_mc' To manage notifications about this bug go to: https://bugs.launchpad.net/linaro-landing-team-ti/+bug/881362/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~tiomap-dev Post to : tiomap-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~tiomap-dev More help : https://help.launchpad.net/ListHelp