Skip to content

Commit

Permalink
Add coverage for HTTP Proxy capsule install (#13507)
Browse files Browse the repository at this point in the history
(cherry picked from commit f378c33)
  • Loading branch information
Griffin-Sullivan authored and web-flow committed Jan 4, 2024
1 parent 3828081 commit 2b6b38f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,10 @@ def sat_non_default_install(module_sat_ready_rhels):
@pytest.mark.e2e
@pytest.mark.tier1
@pytest.mark.pit_client
def test_capsule_installation(sat_non_default_install, cap_ready_rhel):
@pytest.mark.parametrize(
'setting_update', [f'http_proxy={settings.http_proxy.un_auth_proxy_url}'], indirect=True
)
def test_capsule_installation(sat_non_default_install, cap_ready_rhel, setting_update):
"""Run a basic Capsule installation with fapolicyd
:id: 64fa85b6-96e6-4fea-bea4-a30539d59e65
Expand All @@ -1424,6 +1427,10 @@ def test_capsule_installation(sat_non_default_install, cap_ready_rhel):
3. health check runs successfully
:CaseImportance: Critical
:BZ: 1984400
:customerscenario: true
"""
# Get Capsule repofile, and enable and download satellite-capsule
org = sat_non_default_install.api.Organization().create()
Expand Down

0 comments on commit 2b6b38f

Please sign in to comment.