-
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 convert2rhel test #13734
Fix convert2rhel test #13734
Conversation
525f2ae
to
21954ff
Compare
trigger: test-robottelo |
trigger: test-robottelo |
trigger: test-robottelo |
08cedb3
to
a63530d
Compare
trigger: test-robottelo |
c76a3c9
to
87b41d2
Compare
trigger: test-robottelo |
oracle_host.execute( | ||
'sed -i -- \'s/CleanupModulesOnExit=yes/CleanupModulesOnExit=no/g\'",' | ||
' "/etc/firewalld/firewalld.conf"' | ||
) |
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.
We already have #13236 open, so just checking we're not duplicating effort?
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.
@Gauravtalreja1 These fixes were not working in the fixture. When fix these after host reboot, then it's working. I don't know the reason behind it but you can update the other PR and we will merge it. Then I can rebase my PR. Whatever works for you. Let me know and let's get this merged.
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.
Okay, I'll update 13236 first, where only oracle8 test fails for conversion due to known inhibitor, which we can debug later, but I'd suggest to merge 13236 first, then we can revisit this PR until then we can move this to draft
e81311e
to
61eda0a
Compare
trigger: test-robottelo |
1 similar comment
trigger: test-robottelo |
61eda0a
to
67fa788
Compare
trigger: test-robottelo |
Closing this PR as the changes are addressed in another PR #14194 |
Problem Statement
Convert2Rhel tests failing because of outdated packages.
Solution
Updated packages before running convert2rhel job on host
Related Issues