-
Notifications
You must be signed in to change notification settings - Fork 114
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
Enable IPv6 proxy when settings.server.is_ipv6=True in IPv6 runs #16795
Conversation
trigger: test-robottelo |
trigger: test-robottelo |
4194756
to
ad70936
Compare
trigger: test-robottelo |
Remaining PRT failures are related to Puppet component, I'll investigate and fix those in separate PR later |
trigger: test-robottelo |
Signed-off-by: Gaurav Talreja <[email protected]>
… IPv6 Signed-off-by: Gaurav Talreja <[email protected]>
ad70936
to
1a9ad45
Compare
trigger: test-robottelo |
PRT Result
|
) * Enable IPv6 proxy for puppet tests in IPv6 runs Signed-off-by: Gaurav Talreja <[email protected]> * Remove use of enable_proxy option and enable proxy as per setting for IPv6 Signed-off-by: Gaurav Talreja <[email protected]> --------- Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit a79da44)
…elliteQE#16795) * Enable IPv6 proxy for puppet tests in IPv6 runs Signed-off-by: Gaurav Talreja <[email protected]> * Remove use of enable_proxy option and enable proxy as per setting for IPv6 Signed-off-by: Gaurav Talreja <[email protected]> --------- Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit a79da44)
…elliteQE#16795) * Enable IPv6 proxy for puppet tests in IPv6 runs Signed-off-by: Gaurav Talreja <[email protected]> * Remove use of enable_proxy option and enable proxy as per setting for IPv6 Signed-off-by: Gaurav Talreja <[email protected]> --------- Signed-off-by: Gaurav Talreja <[email protected]>
…runs (#16883) Enable IPv6 proxy when settings.server.is_ipv6=True in IPv6 runs (#16795) * Enable IPv6 proxy for puppet tests in IPv6 runs Signed-off-by: Gaurav Talreja <[email protected]> * Remove use of enable_proxy option and enable proxy as per setting for IPv6 Signed-off-by: Gaurav Talreja <[email protected]> --------- Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit a79da44)
Problem Statement
IPv6 proxy isn't configured for subscription manager and DNF, causing tests to fail where we register or with installer when run for IPv6
Solution
Enable IPv6 proxy when settings.server.is_ipv6=True in IPv6 runs