Lines Matching full:fans
30 [Documentation] Get the names of the fans marked present in inventory.
33 # fans present in inventory e.g. fan0, fan2, fan3.
53 Verify System Error Indication Due To Fans
104 Get Target Speed Of Fans
105 [Documentation] Return the maximum target speed of the system fans.
171 Verify Minimum Number Of Fans With Cooling Type
172 [Documentation] Verify minimum number of fans.
176 # num_fans The number of fans present in the system.
189 # If water cooled must have at least min_fans_water fans, otherwise
192 ... Fatal Error msg=Water cooled but less than ${min_fans_water} fans present.
194 # If air cooled must have at least min_fans_air fans.
196 ... Fatal Error msg=Air cooled but less than ${min_fans_air} fans present.
223 [Documentation] Return the number of fans and the fan names.
225 # The @{fan_names} list holds the names of the fans in the system.
235 Reset Fans
236 [Documentation] Set the fans to functional state.
237 # Set state of fans to functional by writing 1 to the Functional
243 # fan_names A list containing the names of the fans (e.g. fan0
251 [Documentation] Verify fans are running at or near target speed.
258 # Fans may be accelerating to meet a new target, so
260 # fan_names A list containing the names of the fans (e.g. fan0 fan1).
276 [Documentation] Verify direct control of fans.
282 # that fans can be controlled manually.
295 # number_of_fans The number of fans in the system.
297 # fans (e.g. fan0 fan1).
356 ... for fan daemon to stabilize fans.
362 [Documentation] Verify that the speed of working fans increase when
365 # an enclosure LED will light. The other fans should speed up.
369 # fan_names A list containing the names of the fans (e.g. fan0 fan1).
378 ${initial_speed}= Get Target Speed Of Fans
396 ${new_fan_speed}= Get Target Speed Of Fans
403 ... Fail msg=Remaining fans did not increase speed with loss of one fan.
406 Verify System Shutdown Due To Fans
407 [Documentation] Shut down when not enough fans.
411 # fan_names A list containing the names of the fans (e.g. fan0 fan1).
415 # Set fans to be non-functional.
420 # System should notice the non-functional fans and power-off.