Open mattcburns opened 8 months ago
Attention: Patch coverage is 27.45098%
with 37 lines
in your changes are missing coverage. Please review.
:exclamation: No coverage uploaded for pull request base (
main@1e47be6
). Click here to learn what that means.
Files | Patch % | Lines |
---|---|---|
grpc/rpc/diagnostic.go | 27.45% | 37 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Add support for getting the system event log (sel) via grpc and command line.
client.go: SystemEventLog - Returns a slice of SystemEventLogEntry with an opinionated format (ID, Timestamp, Description, Message) SystemEventLogRaw - Returns a blob of text that is the raw response from the BMC. (Log)
Why is this needed
Implements functionality added to bmclib so that SEL events can be captured.
Fixes: #
How Has This Been Tested?
Tests are added and pass.
How are existing users impacted? What migration steps/scripts do we need?
No migrations.
Checklist:
I have: