Lines Matching refs:speed

15 # Criteria for a fan at maximum speed.
94 [Documentation] Set the target speed of a fan.
99 # fan_speed The target speed to set (e.g. "9000").
107 [Documentation] Return the maximum target speed of the system fans.
121 [Documentation] Return the fan target speed setting, the speed of the
122 ... fan's clockwise blade, and the speed of the counter-clockwise blade.
125 # moving whenever the fan unit is transitioning to a new target speed.
131 # Get the fan target speed and the clockwise blade speed.
137 # Get the counter-clockwise blade speed.
147 [Documentation] Return the fan target speed setting and the
148 ... speed of the fastest blade.
258 [Documentation] Verify fans are running at or near target speed.
262 # tolerance The speed tolerance criteria.
263 # A tolerance value of .15 means that the fan's speed
264 # should be within 15% of its set target speed.
269 # Compare the fan's speed with its target speed.
273 # Calculate tolerance, which is a % of the target speed.
275 # Calculate upper and lower speed limits.
280 ... Fail msg=${fan_name} speed of ${fan_speed} is out of range.
298 # max_speed Integer value of maximum fan speed.
299 # min_speed Integer value of minimum speed.
312 # For each fan, set a new target speed and wait for the fan to
313 # accelerate. Then check that the fan is running near that speed.
322 ... Fail msg=${fan_name} failed manual speed test.
347 FOR ${speed} IN @{speeds}
348 ${count}= Run Keyword If ${speed} > ${min_speed}
372 [Documentation] Verify that the speed of working fans increase when
375 # an enclosure LED will light. The other fans should speed up.
391 # If initial speed is not already at maximum, set expect_increase.
392 # This flag is used later to determine if speed checking is
411 # Fail if current fan speed did not increase past the initial
412 # speed, but do this check only if not at maximum speed to begin with.
415 ... Fail msg=Remaining fans did not increase speed with loss of one fan.