-
Notifications
You must be signed in to change notification settings - Fork 186
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
fix(client): Status code should indicate registration status #4344
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4344 +/- ##
=======================================
Coverage 77.06% 77.07%
=======================================
Files 736 736
Lines 41368 41369 +1
Branches 8789 8789
=======================================
+ Hits 31881 31884 +3
+ Misses 8428 8427 -1
+ Partials 1059 1058 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
test me |
39e2165
to
3bc26f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Let's wait for QE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from a QE POV, the pre-verification passed, therefore approving this PR:)
* Card ID: CCT-1059 Status code returned by `insights-client --status` should indicate whether a host is registered or not. This change ensures that the exit code is 0 if the host is registered and 1 if it is not. Signed-off-by: pkoprda <[email protected]>
3bc26f0
to
c221139
Compare
@xiangce we can merge :) |
Ignoring the smoke test failure as it's WIP and merging |
* Card ID: CCT-1059 Status code returned by `insights-client --status` should indicate whether a host is registered or not. This change ensures that the exit code is 0 if the host is registered and 1 if it is not. Signed-off-by: pkoprda <[email protected]> (cherry picked from commit dc41f82)
All Pull Requests:
Check all that apply:
Complete Description of Additions/Changes:
Status code returned by
insights-client --status
should indicate whether a host is registered or not. This change ensures that the exit code is 0 if the host is registered and 1 if it is not.