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

feat: add redfish basic comamnds #140

Merged
merged 1 commit into from
Nov 16, 2023
Merged

feat: add redfish basic comamnds #140

merged 1 commit into from
Nov 16, 2023

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Nov 16, 2023

example:

$ docker run --rm --network=host a690eb4652e9 --address 10.246.87.241 redfish --username root --password 0openBmc test
[]
2023-11-16T17:44:10+00:00
[{'@odata.id': '/redfish/v1/AccountService/Accounts/root'}]

Signed-off-by: Boris Glimcher [email protected]

@glimchb glimchb force-pushed the main branch 2 times, most recently from 35d5879 to 25bce77 Compare November 16, 2023 17:49
@glimchb glimchb marked this pull request as ready for review November 16, 2023 17:50
@glimchb glimchb requested a review from a team as a code owner November 16, 2023 17:50
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Attention: 75 lines in your changes are missing coverage. Please review.

Comparison is base (eb1319c) 35.72% compared to head (ffcd95c) 35.24%.

Files Patch % Lines
pydpu/dpuredfish/systems.py 19.04% 34 Missing ⚠️
pydpu/dpuredfish/managers.py 24.00% 19 Missing ⚠️
pydpu/dpuredfish/accounts.py 27.77% 13 Missing ⚠️
pydpu/cli.py 52.63% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
- Coverage   35.72%   35.24%   -0.48%     
==========================================
  Files          22       25       +3     
  Lines        1744     1847     +103     
==========================================
+ Hits          623      651      +28     
- Misses       1121     1196      +75     

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

Signed-off-by: Boris Glimcher <[email protected]>
@glimchb glimchb merged commit 3143288 into opiproject:main Nov 16, 2023
15 of 17 checks passed
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