Lines Matching refs:asserted

23     [Documentation]  Verify the LED asserted at standby is set to off or blinking.
27 # pre_req_state asserted expected_indicator_led
33 [Documentation] Verify the LED asserted at runtime is set to off or blinking.
37 # pre_req_state asserted expected_indicator_led
43 [Documentation] Verify the power supply units are asserted at standby to lit or off.
47 # pre_req_state asserted expected_indicator_led
53 [Documentation] Verify the power supply units are asserted at runtime to lit or off.
57 # pre_req_state asserted expected_indicator_led
63 [Documentation] Verify the fans are asserted at standby to lit or off.
67 # pre_req_state asserted expected_indicator_led
73 [Documentation] Verify the fans are asserted at runtime to lit or off.
77 # pre_req_state asserted expected_indicator_led
95 [Documentation] Verify the indicator LED for the group lamp test is asserted.
96 [Arguments] ${pre_req_state} ${asserted} ${expected_indicator_led}
100 …# asserted The assert property that sets the value to 0 - Off or 1 - Blinking (e.g.…
107 Redfish.Put ${LED_LAMP_TEST_ASSERTED_URI}attr/Asserted body={"data":${asserted}}
124 [Documentation] Verify the indicator LED for the power supply units are asserted.
125 [Arguments] ${pre_req_state} ${asserted} ${expected_indicator_led}
129 # asserted The assert property that sets the value
137 # Put both power supply LEDs On/Off to check all units are asserted
138 Redfish.Put ${LED_PHYSICAL_PS0_URI}attr/State body={"data":${asserted}}
139 Redfish.Put ${LED_PHYSICAL_PS1_URI}attr/State body={"data":${asserted}}
175 [Documentation] Verify the indicator LED for the fans are asserted.
176 [Arguments] ${pre_req_state} ${asserted} ${expected_indicator_led}
180 # asserted The assert property that sets the value
188 # Put all the fan LEDs On/Off to check all are asserted
189 Redfish.Put ${LED_PHYSICAL_FAN0_URI}attr/State body={"data":${asserted}}
190 Redfish.Put ${LED_PHYSICAL_FAN2_URI}attr/State body={"data":${asserted}}
191 Redfish.Put ${LED_PHYSICAL_FAN3_URI}attr/State body={"data":${asserted}}