Searched refs:IndicatorLED (Results 1 – 10 of 10) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | chassis.hpp | 36 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 D | resource.hpp | 48 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 D | computer_system.hpp | 39 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 D | test_led_indicator_asserted.robot | 101 # 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 D | test_powersupply_readings.robot | 44 # [IndicatorLED]: Off
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | led.hpp | 59 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 D | test_overview_menu.robot | 159 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 D | sensor_utils.hpp | 364 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 D | test_ipmi_general.robot | 362 # 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 D | Redfish.md | 786 - IndicatorLED
|