Closed nuclearbob closed 1 year ago
Patch coverage has no change and project coverage change: -0.12%
:warning:
Comparison is base (
a1b87e2
) 42.67% compared to head (9f1fd20
) 42.55%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This seems fine to me, I've left a few comments inline. It would be worth testing on multiple hardware to verify certain string comparisons work consistently.
I'm working on the changes you requested. I noticed several checks failed as well. I think I addressed the lint issue, but I'm not sure what to do about codecov. Is there a way to write the examples as tests, or do tests need to be written separately, or is that something I don't need to pay attention to yet?
The scope on this got a little big for what we really wanted to do (basic output verification of 5 ipmitool calls) so we implemented an alternate connector for the testsuite. We may revisit the feature addition later.
What does this PR implement/change/remove?
IPMI functions for sol and getciphers Example files demonstrating usage of those functions
Checklist
I intend to write tests that use these functions, but I have not written tests for the functions themselves. If there is a good place to add those, I can.
Description for changelog/release notes