Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPMI Driver #1567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add IPMI Driver #1567

wants to merge 1 commit into from

Conversation

ep1cman
Copy link
Contributor

@ep1cman ep1cman commented Jan 16, 2025

Adds power control via IPMI interface (using ipmitool). It has been made generic enough to allow feature like Serial-over-LAN to be addded later as I do not have a device with this functionality to test against.

Checklist

  • Documentation for the feature
  • Tests for the feature
  • The arguments and description in doc/configuration.rst have been updated
  • Add a section on how to use the feature to doc/usage.rst
  • Add a section on how to use the feature to doc/development.rst
  • PR has been tested
  • Man pages have been regenerated

Initially supporting power control

Signed-off-by: Sebastian Goscik <[email protected]>
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

Attention: Patch coverage is 64.61538% with 23 lines in your changes missing coverage. Please review.

Project coverage is 56.2%. Comparing base (fff35ee) to head (a1730c5).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
labgrid/driver/ipmi.py 62.5% 15 Missing ⚠️
labgrid/remote/exporter.py 50.0% 5 Missing ⚠️
labgrid/remote/client.py 0.0% 3 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1567   +/-   ##
======================================
  Coverage    56.2%   56.2%           
======================================
  Files         170     172    +2     
  Lines       13248   13312   +64     
======================================
+ Hits         7449    7491   +42     
- Misses       5799    5821   +22     
Flag Coverage Δ
3.10 56.2% <64.6%> (+<0.1%) ⬆️
3.11 56.2% <64.6%> (+<0.1%) ⬆️
3.12 56.2% <64.6%> (+<0.1%) ⬆️
3.13 56.2% <64.6%> (+<0.1%) ⬆️
3.9 56.3% <64.6%> (+<0.1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant