Home
last modified time | relevance | path

Searched refs:Informational (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/phosphor-logging/test/openpower-pels/
H A Dseverity_test.cpp25 ASSERT_EQ(convertOBMCSeverityToPEL(LogSeverity::Informational), 0x00); in TEST()
47 LogSeverity::Informational}, in TEST()
49 LogSeverity::Informational}, in TEST()
51 LogSeverity::Informational}, in TEST()
54 {LogSeverity::Informational, SeverityType::predictive, in TEST()
63 {LogSeverity::Informational, SeverityType::nonError, std::nullopt}, in TEST()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dseverity.cpp33 {SeverityType::nonError, LogSeverity::Informational}, in convertPELSeverityToOBMC()
34 {SeverityType::recovered, LogSeverity::Informational}, in convertPELSeverityToOBMC()
58 case (LogSeverity::Informational): in convertOBMCSeverityToPEL()
88 (obmcSeverity == LogSeverity::Informational) || in fixupLogSeverity()
95 return LogSeverity::Informational; in fixupLogSeverity()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dredfish_extensions.hpp11 Informational, enumerator
26 {ReleaseStatusType::Informational, "Informational"},
H A Dlog_entry.hpp43 Informational, enumerator
84 {CXLEntryType::Informational, "Informational"},
H A Dlog_service.hpp32 Informational, enumerator
128 {SyslogSeverity::Informational, "Informational"},
H A Devent_destination.hpp76 Informational, enumerator
177 {SyslogSeverity::Informational, "Informational"},
/openbmc/phosphor-logging/test/
H A Delog_quiesce_test.cpp50 Entry::Level::Informational, in TEST_F()
78 Entry::Level::Informational, in TEST_F()
117 Entry::Level::Informational, in TEST_F()
174 Entry::Level::Informational, in TEST_F()
233 Entry::Level::Informational, in TEST_F()
H A Dextensions_test.cpp68 c("test", 5, 6, Entry::Level::Informational, ad, assocs, ffdc); in REGISTER_EXTENSION_FUNCTION()
H A Dserialization_test_properties.cpp23 Entry::Level::Informational, std::move(message), std::move(testData), in TEST_F()
H A Delog_update_ts_test.cpp59 Entry::Level::Informational, in TEST()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp63 ErrorData{"WarningHigh", "Clear", Entry::Level::Informational}}}},
67 ErrorData{"WarningLow", "Clear", Entry::Level::Informational}}}}}},
73 ErrorData{"CriticalHigh", "Clear", Entry::Level::Informational}}}},
77 Entry::Level::Informational}}}}}},
83 Entry::Level::Informational}}}},
87 Entry::Level::Informational}}}}}}};
/openbmc/openpower-proc-control/procedures/phal/
H A Dthread_stopall.cpp102 Severity::Informational); in threadStopAll()
146 jsonCalloutDataList, pelAdditionalData, Severity::Informational); in threadStopAll()
/openbmc/openbmc-test-automation/openpower/pel/
H A Dtest_bmc_pel.robot437 Verify Informational Error Log
455 # "Sev": "Informational Event",
462 Should Contain ${pel_records['${id}']['Sev']} Informational
554 Informational HOST 3000 15
556 Informational HOST 1500, Informational BMC 1500 30
557 Informational HOST 1500, Unrecoverable BMC 1500 45
558 Unrecoverable HOST 1500, Informational BMC 1500 45
674 Should Contain ${pel_records['${id}']['Sev']} Informational
704 Verify Mandatory Fields For Informational Error
874 # [Event Severity]: Informational Event
[all …]
/openbmc/openpower-debug-collector/dump/
H A Dcreate_pel.cpp114 return openpower::dump::pel::Severity::Informational; in convertSeverityToEnum()
138 if (logSeverity != openpower::dump::pel::Severity::Informational) in processFFDCPackets()
144 logSeverity = openpower::dump::pel::Severity::Informational; in processFFDCPackets()
/openbmc/openpower-proc-control/extensions/phal/
H A Dcreate_pel.hpp36 const Severity severity = Severity::Informational);
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-create-chassis-poweron-log@.service17 xyz.openbmc_project.Logging.Entry.Level.Informational 1 CHASSIS_ID %i"
/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_logging_utils_tests.cpp284 logI2CError(Entry::Level::Informational, Ref(journal), in TEST()
290 error_logging_utils::logError(eptr, Entry::Level::Informational, in TEST()
294 error_logging_utils::logError(eptr, Entry::Level::Informational, in TEST()
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-opal.txt14 - bus-frequency: Operating frequency of the i2c bus (in HZ). Informational for
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault_detection.cpp135 : Entry::Level::Informational; in logPhaseFault()
/openbmc/phosphor-fan-presence/presence/
H A Dgpio.cpp101 Entry::Level severity = Entry::Level::Informational; in logConflict()
/openbmc/phosphor-logging/
H A Delog_entry.hpp143 static constexpr auto sevLowerLimit = Entry::Level::Informational;
/openbmc/openbmc-test-automation/systest/
H A Dtest_bmc_poll_errors.robot25 ... xyz.openbmc_project.Logging.Entry.Level.Informational
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_esels.robot34 … ${non_informational_error_logs}= Filter Struct ${error_logs} [('Severity', '\.Informational$')]
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-cxl14 event to its internal Informational Event log, updates the
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot13 # Old regex: ${low_severity_errlog_regex} \\.(Informational|Notice|Debug|OK)$
15 ${low_severity_errlog_regex} Informational|Notice|Debug|OK
85 … # In this example, all error logs with "Severity" fields that are neither Informational, Debug nor

12