Home
last modified time | relevance | path

Searched refs:IndicatorLED (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dchassis.hpp36 enum class IndicatorLED{ enum
109 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, {
110 {IndicatorLED::Invalid, "Invalid"},
111 {IndicatorLED::Unknown, "Unknown"},
112 {IndicatorLED::Lit, "Lit"},
113 {IndicatorLED::Blinking, "Blinking"},
114 {IndicatorLED::Off, "Off"},
H A Dresource.hpp48 enum class IndicatorLED{ enum
155 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, {
156 {IndicatorLED::Invalid, "Invalid"},
157 {IndicatorLED::Lit, "Lit"},
158 {IndicatorLED::Blinking, "Blinking"},
159 {IndicatorLED::Off, "Off"},
H A Dcomputer_system.hpp39 enum class IndicatorLED{ enum
232 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, {
233 {IndicatorLED::Invalid, "Invalid"},
234 {IndicatorLED::Unknown, "Unknown"},
235 {IndicatorLED::Lit, "Lit"},
236 {IndicatorLED::Blinking, "Blinking"},
237 {IndicatorLED::Off, "Off"},
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot101 # expected_indicator_led The expected value of the IndicatorLED attribute for all the
114 # [IndicatorLED]: Blinking
131 # expected_indicator_led The expected value of the IndicatorLED attribute for all the
145 # [IndicatorLED]: Lit
151 # [IndicatorLED]: Lit
164 # expected_indicator_led The expected value of the IndicatorLED attribute for all the
170 Valid Value power_supply_leds['IndicatorLED'] ['${expected_indicator_led}']
182 # expected_indicator_led The expected value of the IndicatorLED attribute for all the fans
198 # [IndicatorLED]: Lit
208 Valid Value fan_leds['IndicatorLED'] ['${expected_indicator_led}']
H A Dtest_powersupply_readings.robot44 # [IndicatorLED]: Off
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/
H A Dtest_overview_menu.robot159 Set IndicatorLED State Off
174 Set IndicatorLED State Lit
343 ${led_state}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID} IndicatorLED
347 Set IndicatorLED State
351 # led_state IndicatorLED state to "off", "Lit" etc.
355 Redfish.Patch /redfish/v1/Systems/${SYSTEM_ID} body={"IndicatorLED": "${led_state}"}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_general.robot362 # Get the following URI(s) and iterate to find the attribute IndicatorLED.
371 # Get attribute return None if IndicatorLED does not exist in the URI.
/openbmc/bmcweb/
H A DRedfish.md769 - IndicatorLED