Skip to content

Commit d799555

Browse files
authored
[6.18.z] Registration UI Test Ipv6 Fix (#21059)
1 parent 044e66b commit d799555

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/foreman/ui/test_registration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,8 @@ def test_registering_with_title_using_global_registration_parameter(
811811
"""
812812
rhel_ver = rhel_contenthost.os_version.major
813813
repo_url = getattr(settings.repos, f'rhel{rhel_ver}_os', None)
814+
# Adding IPv6 proxy for IPv6 communication
815+
rhel_contenthost.enable_ipv6_dnf_and_rhsm_proxy()
814816
rhel_contenthost.create_custom_repos(**repo_url)
815817
hostgroup = module_target_sat.api.HostGroup(
816818
organization=[module_sca_manifest_org], location=[module_location]

0 commit comments

Comments
 (0)