Searched refs:IndicatorLED (Results 1 – 10 of 10) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | chassis.hpp | 38 enum class IndicatorLED{ enum 111 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, { 112 {IndicatorLED::Invalid, "Invalid"}, 113 {IndicatorLED::Unknown, "Unknown"}, 114 {IndicatorLED::Lit, "Lit"}, 115 {IndicatorLED::Blinking, "Blinking"}, 116 {IndicatorLED::Off, "Off"},
|
H A D | resource.hpp | 51 enum class IndicatorLED{ enum 159 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, { 160 {IndicatorLED::Invalid, "Invalid"}, 161 {IndicatorLED::Lit, "Lit"}, 162 {IndicatorLED::Blinking, "Blinking"}, 163 {IndicatorLED::Off, "Off"},
|
H A D | computer_system.hpp | 41 enum class IndicatorLED{ enum 248 NLOHMANN_JSON_SERIALIZE_ENUM(IndicatorLED, { 249 {IndicatorLED::Invalid, "Invalid"}, 250 {IndicatorLED::Unknown, "Unknown"}, 251 {IndicatorLED::Lit, "Lit"}, 252 {IndicatorLED::Blinking, "Blinking"}, 253 {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 | 52 chassis::IndicatorLED::Blinking; in getIndicatorLedState() 78 chassis::IndicatorLED::Lit; in getIndicatorLedState() 83 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 | 376 sensorJson["IndicatorLED"] = resource::IndicatorLED::Off; in setLedState() 379 sensorJson["IndicatorLED"] = resource::IndicatorLED::Lit; in setLedState() 382 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 | 798 - IndicatorLED
|