Skip to content

Commit

Permalink
Fix ipv6 ansible test
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsg199 committed Dec 19, 2024
1 parent ac6afaf commit 3729369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/foreman/cli/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_positive_ansible_e2e(
SELECTED_ROLE_1 = 'theforeman.foreman_scap_client'
SELECTED_VAR = gen_string('alpha')
proxy_id = target_sat.nailgun_smart_proxy.id
rhel_contenthost.enable_ipv6_dnf_and_rhsm_proxy()
# disable batch tasks to test BZ#2154184
target_sat.cli.Settings.set({'name': 'foreman_tasks_proxy_batch_trigger', 'value': 'false'})
result = rhel_contenthost.register(
Expand Down

0 comments on commit 3729369

Please sign in to comment.