Add status command to verify subscription and daemon operations#348
Add status command to verify subscription and daemon operations#348r0x0d wants to merge 2 commits intorhel-lightspeed:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
|
| ) | ||
| ) | ||
|
|
||
| def _check_subscription_status(self) -> None: |
There was a problem hiding this comment.
Interesting. Another application staring to use our D-Bus API.
The status command will be helpful to aid users to identify if their system is operation correctly. The current command is able to verify subscription status, a few daemon operations and will be able to do more in the future.
for more information, see https://pre-commit.ci
|
I have another suggestion. Instead of adding more dependencies on the com.redhat.RHSM1 D-Bus interfaces and binding together more applications through D-Bus APIs, could we leave the RHSM/subscription status check to the RHSM/subscription status client, and make the |
That's a really good point. We can totally do that. I just started this out last week and was hacking a couple of things together. Should have made the PR a draft. |
TODO
|
I would rather recommend to use |
Does rhc in RHEL 9.6 support the |
The status command will be helpful to aid users to identify if their system is operation correctly. The current command is able to verify subscription status, a few daemon operations and will be able to do more in the future.
Closes: #343
Checklist
[RSPEED-]is part of the PR title