Home
last modified time | relevance | path

Searched refs:IndicatorLED (Results 1 – 10 of 10) 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
246 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, {
247 {IndicatorLED::Invalid, "Invalid"},
248 {IndicatorLED::Unknown, "Unknown"},
249 {IndicatorLED::Lit, "Lit"},
250 {IndicatorLED::Blinking, "Blinking"},
251 {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/bmcweb/redfish-core/lib/
H A Dled.hpp59 chassis::IndicatorLED::Blinking; in getIndicatorLedState()
86 chassis::IndicatorLED::Lit; in getIndicatorLedState()
91 chassis::IndicatorLED::Off; in getIndicatorLedState()
/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/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp364 sensorJson["IndicatorLED"] = resource::IndicatorLED::Off; in setLedState()
367 sensorJson["IndicatorLED"] = resource::IndicatorLED::Lit; in setLedState()
370 sensorJson["IndicatorLED"] = resource::IndicatorLED::Blinking; in setLedState()
/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.md786 - IndicatorLED