2022-02-01 03:45:50 make -C thermal run_tests make: Entering directory '/lkp/benchmarks/pm-qa/thermal' ### ### thermal_00: ### list existing thermal-zones and cooling-devices in the system ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#thermal_00 ### Thermal Zone list ----------------- thermal_zone0 - acpitz thermal_zone1 - acpitz Cooling Device list ------------------- cooling_device0 - Fan cooling_device1 - Fan cooling_device10 - Processor cooling_device11 - Processor cooling_device12 - Processor cooling_device13 - intel_powerclamp cooling_device2 - Fan cooling_device3 - Fan cooling_device4 - Fan cooling_device5 - Processor ### ### thermal_01: ### test/verify the thermal zone files are present in the sysfs and check the validity of the mode field, bindings and trip temperatures ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification#thermal_01 ### thermal_01.0: checking 'mode' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.1: checking 'temp' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.2: checking 'type' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.3: checking 'uevent' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.4: checking 'thermal_zone0'/'temp' ='27800'... Ok thermal_01.0: checking 'mode' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.1: checking 'temp' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.2: checking 'type' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.3: checking 'uevent' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.4: checking 'thermal_zone1'/'temp' ='29800'... Ok thermal_01.0: checking thermal_zone0 cur_mode=enabled... Ok thermal_01.1: checking thermal_zone0 cur_mode=disabled... Ok thermal_01.0: checking thermal_zone1 cur_mode=enabled... Ok thermal_01.1: checking thermal_zone1 cur_mode=disabled... Ok thermal_01.2: checking 'trip_point_0_temp' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.3: checking 'trip_point_0_type' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.4: checking 'thermal_zone0'/'trip_point_0_temp' ='105000'... Ok thermal_01.5: checking 'trip_point_1_temp' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.6: checking 'trip_point_1_type' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.7: checking 'thermal_zone0'/'trip_point_1_temp' ='80000'... Ok thermal_01.8: checking 'trip_point_2_temp' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.9: checking 'trip_point_2_type' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.10: checking 'thermal_zone0'/'trip_point_2_temp' ='55000'... Ok thermal_01.11: checking 'trip_point_0_temp' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.12: checking 'trip_point_0_type' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.13: checking 'thermal_zone1'/'trip_point_0_temp' ='105000'... Ok thermal_01.14: checking 'trip_point_1_temp' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.15: checking 'trip_point_1_type' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.16: checking 'thermal_zone1'/'trip_point_1_temp' ='108000'... Ok thermal_01.17: checking 'cdev0_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.18: checking 'thermal_zone0/cdev0_trip_point' valid binding... Err thermal_01.19: checking 'cdev4_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.20: checking 'thermal_zone0/cdev4_trip_point' valid binding... Ok thermal_01.21: checking 'cdev4_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.22: checking 'thermal_zone0/cdev4_trip_point' valid binding... Ok thermal_01.23: checking 'cdev4_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.24: checking 'thermal_zone0/cdev4_trip_point' valid binding... Ok thermal_01.25: checking 'cdev4_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone0'... Ok thermal_01.26: checking 'thermal_zone0/cdev4_trip_point' valid binding... Ok thermal_01.27: checking 'cdev0_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.28: checking 'thermal_zone1/cdev0_trip_point' valid binding... Ok thermal_01.29: checking 'cdev3_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.30: checking 'thermal_zone1/cdev3_trip_point' valid binding... Ok thermal_01.31: checking 'cdev3_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.32: checking 'thermal_zone1/cdev3_trip_point' valid binding... Ok thermal_01.33: checking 'cdev3_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.34: checking 'thermal_zone1/cdev3_trip_point' valid binding... Ok thermal_01.35: checking 'cdev3_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.36: checking 'thermal_zone1/cdev3_trip_point' valid binding... Ok thermal_01.37: checking 'cdev3_trip_point' exists in '/sys/devices/virtual/thermal/thermal_zone1'... Ok thermal_01.38: checking 'thermal_zone1/cdev3_trip_point' valid binding... Ok thermal_01: fail ### ### thermal_02: ### test/verify the cooling device files are present in the sysfs ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification#thermal_02 ###