-
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
[6.13.z] Fix OEL Convert2Rhel tests #14200
[6.13.z] Fix OEL Convert2Rhel tests #14200
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
2fc4f23
to
d484602
Compare
Fix OEL Convert2Rhel tests Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 9f42080) (cherry picked from commit 3a9e8a5)
d484602
to
b361514
Compare
trigger: test-robottelo |
@@ -276,7 +287,6 @@ def test_convert2rhel_oracle(module_target_sat, oracle, activation_key_rhel, ver | |||
'inputs': { | |||
'Activation Key': activation_key_rhel.id, | |||
'Restart': 'yes', | |||
'Data telemetry': 'yes', |
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.
Removing this Data telemetry': 'yes'
as it's not for 6.13.z
PRT Result
|
trigger: test-robottelo |
PRT Result
|
Cherrypick of PR: #14194
(cherry picked from commit 9f42080)
Manual cherrypick of #13236
Problem Statement
OEL Convert2Rhel tests failing
Solution
Use UBI repos required for subman packages, while registration instead of syncing.
Fix OEL tests by adding and modifying remediations for the inhibitors.
Replacing existing register_host() method with API method to generate register command - Fixes #11876