-
Notifications
You must be signed in to change notification settings - Fork 115
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 registration test cases #14026
Fix registration test cases #14026
Conversation
0fc4a8e
to
dee9b24
Compare
trigger: test-robottelo |
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 the one failure is due to ansible-core requires a minimum of Python2 version 2.7 or Python3 version 3.5. Current version: 2.6.6
. I wonder if this is a RHEL 6 issue? My team doesn't do much with RHEL6 Content Hosts. Is this an error anyone else has seen?
assert cmd['general']['operating_system'] == default_os.title | ||
assert cmd['general']['operating_system'] == '' |
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.
Why the double assertion?
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.
There was a cherry-pick issue. Corrected it.
dee9b24
to
69b9f41
Compare
trigger: test-robottelo |
69b9f41
to
cf42d26
Compare
trigger: test-robottelo |
cf42d26
to
754b78e
Compare
trigger: test-robottelo |
PRT Result
|
PRT Result
|
Problem Statement
Manual cherrypick for https://github.com/SatelliteQE/robottelo/pull/13974/files
Solution
Related Issues