bmc-toolbox / bmclib

Library to abstract Baseboard Management Controller interaction
Apache License 2.0
194 stars 37 forks source link

Add support for sending NMI #384

Closed coffeefreak101 closed 8 months ago

coffeefreak101 commented 8 months ago

What does this PR implement/change/remove?

Support for sending an NMI has been added to ipmi, redfish, redfishwrapper, and all providers that use the redfishwrapper.

Checklist

Description for changelog/release notes

Adds support for sending an NMI to ipmi, redfish, redfishwrapper, and all providers that use the redfishwrapper.
codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 53.84615% with 24 lines in your changes are missing coverage. Please review.

Project coverage is 43.83%. Comparing base (7a00485) to head (8dc2d91).

Files Patch % Lines
internal/redfishwrapper/power.go 0.00% 10 Missing :warning:
client.go 0.00% 6 Missing :warning:
providers/dell/idrac.go 0.00% 2 Missing :warning:
providers/ipmitool/ipmitool.go 0.00% 2 Missing :warning:
providers/redfish/redfish.go 0.00% 2 Missing :warning:
providers/supermicro/supermicro.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #384 +/- ## ========================================== + Coverage 43.73% 43.83% +0.09% ========================================== Files 60 61 +1 Lines 5316 5368 +52 ========================================== + Hits 2325 2353 +28 - Misses 2771 2795 +24 Partials 220 220 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.