Closed joelrebel closed 2 years ago
Merging #120 (6cd347f) into main (9a09ef8) will increase coverage by
0.45%
. The diff coverage isn/a
.:exclamation: Current head 6cd347f differs from pull request most recent head c5e858b. Consider uploading reports for the commit c5e858b to get more accurate results
@@ Coverage Diff @@
## main #120 +/- ##
==========================================
+ Coverage 86.20% 86.66% +0.45%
==========================================
Files 8 8
Lines 435 435
==========================================
+ Hits 375 377 +2
+ Misses 47 45 -2
Partials 13 13
Impacted Files | Coverage Δ | |
---|---|---|
grpc/taskrunner/taskrunner.go | 65.26% <0.00%> (+2.10%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9a09ef8...c5e858b. Read the comment docs.
Hey @joelrebel. This looks good, thank you. Would you be open to using the latest commit in bmclib? We get a few things that would be nice, like an ipmitool power off fix.
@jacobweinstock yep, I've bumped bmclib to current HEAD.
Description
This implements the bmclib 'next' client interface methods to manage user accounts using Redfish.
Related https://github.com/bmc-toolbox/bmclib/pull/260
Why is this needed
Enables user account management on Dell BMCs through redfish
How Has This Been Tested?
Tested
CreateUser
,UpdateUser
,DeleteUser
on Dell BMCs using evans.How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: