Searched refs:IndicatorLED (Results 1 – 11 of 11) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | chassis.hpp | 38 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 D | resource.hpp | 67 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 D | computer_system.hpp | 41 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 D | test_led_indicator_asserted.robot | 102 # 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 D | test_powersupply_readings.robot | 45 # [IndicatorLED]: Off
|
| /openbmc/openbmc-test-automation/gui/gui_test/overview_menu/ |
| H A D | test_overview_menu.robot | 159 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 D | led.hpp | 62 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 D | sensor_utils.hpp | 447 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 D | test_ipmi_general.robot | 365 # 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 D | meson.options | 312 description: '''Enable/disable the deprecated IndicatorLED property. The
|
| /openbmc/bmcweb/docs/ |
| H A D | Redfish.md | 829 - IndicatorLED
|