Home
last modified time | relevance | path

Searched refs:Health (Results 1 – 25 of 82) sorted by relevance

1234

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp25 enum class Health{ enum
132 NLOHMANN_JSON_SERIALIZE_ENUM(Health, {
133 {Health::Invalid, "Invalid"},
134 {Health::OK, "OK"},
135 {Health::Warning, "Warning"},
136 {Health::Critical, "Critical"},
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_general.robot40 Verify Redfishtool Health Check Commands
47 Should Be Equal OK ${status["Health"]}
48 ... msg=Health status should be OK.
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js62 status: response.data.Status?.Health,
83 status: sensor.Status.Health,
95 status: sensor.Status.Health,
115 status: sensor.Status.Health,
H A DFanStore.js24 health: Status.Health,
H A DChassisStore.js34 health: Status.Health,
H A DPowerSupplyStore.js31 health: Status.Health,
H A DMemoryStore.js37 health: Status.Health,
H A DProcessorStore.js38 health: Status.Health,
H A DSystemStore.js19 system.health = data.Status?.Health;
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot31 # Select only CPUs with Health = "OK".
32 ${cpus_ok}= Filter Struct ${cpu_info} [('Health', 'OK')]
97 # Select only power supplies with Health = "OK".
98 ${power_supplies_ok}= Filter Struct ${power_supplies} [('Health', 'OK')]
107 # 'SerialNumber': '75B12W', 'Status': {'Health': 'OK', 'State': 'Enabled'}}
185 # Select only GPUs with Health = "OK".
186 ${gpus_ok}= Filter Struct ${gpu_info} [('Health', 'OK')]
226 # A valid FRU will have a "State" key of "Enabled" and a "Health" key
H A Dtest_power_voltage_readings.robot36 # A valid record will have "State" key "Enabled" and "Health" key "OK"
44 ... [('Health', '^OK$'), ('State', '^Enabled$'), ('${reading_type}', '')] regex=1 invert=1
H A Dtest_sensor_monitoring.robot26 # Check whether the sensors's 'Health' is 'OK' and the 'State' is 'Enabled'.
126 # "Health": "OK",
157 ... '${resp.dict['Status']['Health']}' != 'OK'
178 ... '${sensor_info['Status']['Health']}' != 'OK'
H A Dtest_led_indicator_asserted.robot117 # [Health]: OK
147 # [Health]: OK
153 # [Health]: OK
202 # [Health]: OK
H A Dtest_powersubsystem_settings.robot76 # "Health": "OK",
79 Should Be Equal As Strings ${resp_resource.dict["Status"]["Health"]} OK
/openbmc/openbmc-test-automation/gui/test/server_health/
H A Dtest_obmc_gui_hardware_status.robot26 Verify Select Health Status From Server Health
35 Verify Inventory Export From Server Health Clickable
H A Dtest_obmc_gui_sensors.robot19 Verify Select Sensors From Server Health
28 Verify Sensors Export From Server Health Clickable
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_parser_test.cpp55 …s/State") Equals quoted_string("Enabled")) and ((unquoted_string("Status/Health") Equals quoted_st… in TEST()
58 …us/State") Equals quoted_string("Enabled")) and (unquoted_string("Status/Health") Equals quoted_st… in TEST()
/openbmc/linux/drivers/iio/health/
H A DKconfig3 # Health sensors
7 menu "Health Sensors"
/openbmc/openbmc/meta-google/recipes-google/ipmi/
H A Dmetrics-ipmi-blobs_git.bb1 SUMMARY = "gBMC Health Metrics Blob"
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-health.rst4 Devlink Health
27 Error/Health type can be a known/generic (e.g. PCI error, fw error, rx/tx error)
47 * Health status and statistics are being updated for the reporter instance
/openbmc/openbmc/meta-phosphor/recipes-phosphor/health/
H A Dphosphor-health-monitor_git.bb1 SUMMARY = "BMC Health Monitoring"
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot182 # NOTE: A valid FRU record will have a "State" key of "Enabled" and a "Health" key of "OK".
189 ${fru_records}= Filter Struct ${fru_records} [('State', 'Enabled'), ('Health', 'OK')]
216 # A valid record will have "State" key "Enabled" and "Health" key "OK".
236 # [Health]: OK
240 ... [('Health', '^OK$'), ('State', '^Enabled$'), ('${reading_type}', '')] regex=1 invert=1
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp111 inline resource::Health toRedfishSeverity(std::string_view dbusValue) in toRedfishSeverity()
115 return resource::Health::OK; in toRedfishSeverity()
119 return resource::Health::Warning; in toRedfishSeverity()
123 return resource::Health::Critical; in toRedfishSeverity()
125 return resource::Health::Invalid; in toRedfishSeverity()
H A Dpower_subsystem.hpp40 asyncResp->res.jsonValue["Status"]["Health"] = resource::Health::OK; in doPowerSubsystemCollection()
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableChassis.vue26 <!-- Health -->
81 <!-- Health rollup -->

1234