Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dchassis.hpp38 enum class IndicatorLED{ enum
125 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, {
126 {IndicatorLED::Invalid, "Invalid"},
127 {IndicatorLED::Unknown, "Unknown"},
128 {IndicatorLED::Lit, "Lit"},
129 {IndicatorLED::Blinking, "Blinking"},
130 {IndicatorLED::Off, "Off"},
H A Dresource.hpp67 enum class IndicatorLED{ enum
198 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, {
199 {IndicatorLED::Invalid, "Invalid"},
200 {IndicatorLED::Lit, "Lit"},
201 {IndicatorLED::Blinking, "Blinking"},
202 {IndicatorLED::Off, "Off"},
H A Dcomputer_system.hpp41 enum class IndicatorLED{ enum
272 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, {
273 {IndicatorLED::Invalid, "Invalid"},
274 {IndicatorLED::Unknown, "Unknown"},
275 {IndicatorLED::Lit, "Lit"},
276 {IndicatorLED::Blinking, "Blinking"},
277 {IndicatorLED::Off, "Off"},
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot102 # expected_indicator_led The expected value of the IndicatorLED attribute for all the
115 # [IndicatorLED]: Blinking
132 # expected_indicator_led The expected value of the IndicatorLED attribute for all the
146 # [IndicatorLED]: Lit
152 # [IndicatorLED]: Lit
165 # expected_indicator_led The expected value of the IndicatorLED attribute for all the
171 Valid Value power_supply_leds['IndicatorLED'] ['${expected_indicator_led}']
183 # expected_indicator_led The expected value of the IndicatorLED attribute for all the fans
199 # [IndicatorLED]: Lit
209 Valid Value fan_leds['IndicatorLED'] ['${expected_indicator_led}']
H A Dtest_powersupply_readings.robot45 # [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
326 Set IndicatorLED State Lit
334 Set IndicatorLED State Off
368 ${led_state}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID} IndicatorLED
371 Set IndicatorLED State
376 # led_state IndicatorLED state to "off", "Lit" etc.
380 Redfish.Patch /redfish/v1/Systems/${SYSTEM_ID} body={"IndicatorLED": "${led_state}"}
/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp62 chassis::IndicatorLED::Blinking; in getIndicatorLedState()
88 chassis::IndicatorLED::Lit; in getIndicatorLedState()
93 chassis::IndicatorLED::Off; in getIndicatorLedState()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp447 sensorJson["IndicatorLED"] = resource::IndicatorLED::Off; in setLedState()
450 sensorJson["IndicatorLED"] = resource::IndicatorLED::Lit; in setLedState()
453 sensorJson["IndicatorLED"] = resource::IndicatorLED::Blinking; in setLedState()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_general.robot365 # Get the following URI(s) and iterate to find the attribute IndicatorLED.
374 # Get attribute return None if IndicatorLED does not exist in the URI.
/openbmc/bmcweb/
H A Dmeson.options312 description: '''Enable/disable the deprecated IndicatorLED property. The
/openbmc/bmcweb/docs/
H A DRedfish.md829 - IndicatorLED