Home
last modified time | relevance | path

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

123

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp43 enum class Health{ enum
174 NLOHMANN_JSON_SERIALIZE_ENUM(Health, {
175 {Health::Invalid, "Invalid"},
176 {Health::OK, "OK"},
177 {Health::Warning, "Warning"},
178 {Health::Critical, "Critical"},
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dsensor_utils_test.cpp199 EXPECT_EQ(sensorJson["Status"]["Health"], resource::Health::OK); in TEST()
203 sensorJson["Status"]["Health"] = resource::Health::Warning; in TEST()
206 EXPECT_EQ(sensorJson["Status"]["Health"], resource::Health::Warning); in TEST()
210 sensorJson["Status"]["Health"] = resource::Health::Critical; in TEST()
213 EXPECT_EQ(sensorJson["Status"]["Health"], resource::Health::Critical); in TEST()
223 EXPECT_EQ(sensorJson["Status"]["Health"], resource::Health::OK); in TEST()
232 EXPECT_EQ(sensorJson["Status"]["Health"], resource::Health::OK); in TEST()
241 EXPECT_EQ(sensorJson["Status"]["Health"], resource::Health::Critical); in TEST()
250 EXPECT_EQ(sensorJson["Status"]["Health"], resource::Health::Critical); in TEST()
259 EXPECT_EQ(sensorJson["Status"]["Health"], resource::Health::Warning); in TEST()
[all …]
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js74 status: response.data.Status?.Health,
95 status: sensor.Status?.Health,
120 status: sensor.Status.Health,
132 status: sensor.Status.Health,
152 status: sensor.Status.Health,
H A DFanStore.js24 health: Status.Health,
H A DChassisStore.js34 health: Status.Health,
H A DProcessorStore.js38 health: Status.Health,
H A DMemoryStore.js37 health: Status.Health,
H A DSystemStore.js19 system.health = data.Status?.Health;
H A DPowerSupplyStore.js31 health: Status.Health,
H A DBmcStore.js23 bmc.health = data.Status.Health;
/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/bmcweb/test/redfish-core/include/
H A Dfilter_expr_parser_test.cpp57 …s/State") Equals quoted_string("Enabled")) and ((unquoted_string("Status/Health") Equals quoted_st… in TEST()
60 …us/State") Equals quoted_string("Enabled")) and (unquoted_string("Status/Health") Equals quoted_st… in TEST()
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot32 # Select only CPUs with Health = "OK".
33 ${cpus_ok}= Filter Struct ${cpu_info} [('Health', 'OK')]
98 # Select only power supplies with Health = "OK".
99 ${power_supplies_ok}= Filter Struct ${power_supplies} [('Health', 'OK')]
108 # 'SerialNumber': '75B12W', 'Status': {'Health': 'OK', 'State': 'Enabled'}}
280 # Select only GPUs with Health = "OK".
281 ${gpus_ok}= Filter Struct ${gpu_info} [('Health', 'OK')]
323 # A valid FRU will have a "State" key of "Enabled" and a "Health" key
H A Dtest_power_voltage_readings.robot37 # A valid record will have "State" key "Enabled" and "Health" key "OK"
45 ... [('Health', '^OK$'), ('State', '^Enabled$'), ('${reading_type}', '')] regex=1 invert=1
H A Dtest_sensor_monitoring.robot28 # Check whether the sensors's 'Health' is 'OK' and the 'State' is 'Enabled'.
131 # "Health": "OK",
162 ... '${resp.dict['Status']['Health']}' != 'OK'
184 ... '${sensor_info['Status']['Health']}' != 'OK'
H A Dtest_led_indicator_asserted.robot118 # [Health]: OK
148 # [Health]: OK
154 # [Health]: OK
203 # [Health]: OK
H A Dtest_powersubsystem_settings.robot78 # "Health": "OK",
81 Should Be Equal As Strings ${resp_resource.dict["Status"]["Health"]} OK
/openbmc/openbmc/meta-google/recipes-google/ipmi/
H A Dmetrics-ipmi-blobs_git.bb1 SUMMARY = "gBMC Health Metrics Blob"
/openbmc/openbmc-test-automation/oem/ieisystem/
H A Dtest_sensor_monitoring.robot28 # Check whether the sensors's 'Health' is 'OK' and the 'State' is 'Enabled'.
142 # "Health": "OK",
176 ... '${resp.dict['Status']['Health']}' != 'OK'
198 ... '${sensor_info['Status']['Health']}' != 'OK'
/openbmc/bmcweb/redfish-core/lib/
H A Dpower_subsystem.hpp48 asyncResp->res.jsonValue["Status"]["Health"] = resource::Health::OK; in doPowerSubsystemCollection()
H A Dthermal_subsystem.hpp59 asyncResp->res.jsonValue["Status"]["Health"] = resource::Health::OK; in doThermalSubsystemCollection()
H A Dtrigger.hpp114 inline resource::Health toRedfishSeverity(std::string_view dbusValue) in toRedfishSeverity()
118 return resource::Health::OK; in toRedfishSeverity()
122 return resource::Health::Warning; in toRedfishSeverity()
126 return resource::Health::Critical; in toRedfishSeverity()
128 return resource::Health::Invalid; in toRedfishSeverity()
H A Dassembly.hpp112 resource::Health::OK; in getAssemblyHealth()
132 resource::Health::Critical; in getAssemblyHealth()
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableChassis.vue28 <!-- Health -->
83 <!-- Health rollup -->
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot266 # NOTE: A valid FRU record will have a "State" key of "Enabled" and a "Health" key of "OK".
273 ${fru_records}= Filter Struct ${fru_records} [('State', 'Enabled'), ('Health', 'OK')]
300 # A valid record will have "State" key "Enabled" and "Health" key "OK".
320 # [Health]: OK
324 ... [('Health', '^OK$'), ('State', '^Enabled$'), ('${reading_type}', '')] regex=1 invert=1

123