Lines Matching refs:fans

30     [Documentation]  Get the names of the fans marked present in inventory.
33 # fans present in inventory e.g. fan0, fan2, fan3.
107 [Documentation] Return the maximum target speed of the system fans.
176 [Documentation] Verify minimum number of fans.
180 # num_fans The number of fans present in the system.
193 # If water cooled must have at least min_fans_water fans, otherwise
197 ... msg=Water cooled but less than ${min_fans_water} fans present.
199 # If air cooled must have at least min_fans_air fans.
202 ... msg=Air cooled but less than ${min_fans_air} fans present.
230 [Documentation] Return the number of fans and the fan names.
232 # The @{fan_names} list holds the names of the fans in the system.
243 [Documentation] Set the fans to functional state.
244 # Set state of fans to functional by writing 1 to the Functional
250 # fan_names A list containing the names of the fans (e.g. fan0
258 [Documentation] Verify fans are running at or near target speed.
267 # fan_names A list containing the names of the fans (e.g. fan0 fan1).
284 [Documentation] Verify direct control of fans.
290 # that fans can be controlled manually.
303 # number_of_fans The number of fans in the system.
305 # fans (e.g. fan0 fan1).
366 ... for fan daemon to stabilize fans.
372 [Documentation] Verify that the speed of working fans increase when
375 # an enclosure LED will light. The other fans should speed up.
379 # fan_names A list containing the names of the fans (e.g. fan0 fan1).
415 ... Fail msg=Remaining fans did not increase speed with loss of one fan.
420 [Documentation] Shut down when not enough fans.
424 # fan_names A list containing the names of the fans (e.g. fan0 fan1).
428 # Set fans to be non-functional.
433 # System should notice the non-functional fans and power-off.