-
Notifications
You must be signed in to change notification settings - Fork 116
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
Fail curl command registration #14069
Fail curl command registration #14069
Conversation
trigger: test-robottelo |
PRT Result
|
baa5220
to
aa8cf5f
Compare
trigger: test-robottelo |
PRT Result
|
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 like this is failing CI on formatting. Could you please run pre-commit
locally and push the changes?
f48ebc6
to
aa8cf5f
Compare
trigger: test-robottelo |
PRT Result
|
aa8cf5f
to
2978947
Compare
57130cc
to
b5144c7
Compare
@amolpati30 can you please take a look at the failures in the CI/CQ workflow? |
90769e0
to
42fc33d
Compare
67f31d5
to
72a6eee
Compare
72a6eee
to
9b76675
Compare
* giving status code as expected for failure test * giving status code as expected for failure test (cherry picked from commit cc8227d)
* giving status code as expected for failure test * giving status code as expected for failure test (cherry picked from commit cc8227d)
* giving status code as expected for failure test * giving status code as expected for failure test
Problem Statement
Customer was trying to register client using global registration template and while executing curl command the client was registered but it failed at one point and the echo $? showed exit status as 0.
Solution
Giving status code 0 if passed else 1
Related Issues