Skip to content

Commit

Permalink
Remove reverse proxy assertion code from test_capsule_installation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 authored Oct 24, 2024
1 parent 9fbd054 commit 18390d6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,14 +434,6 @@ def test_capsule_installation(
result = cap_ready_rhel.cli.Health.check()
assert 'FAIL' not in result.stdout

# Verify foreman-proxy-content-reverse-proxy and port 8443 are disabled on default installation
help_result = cap_ready_rhel.execute(
"satellite-installer --full-help | grep foreman-proxy-content-reverse-proxy"
)
assert "Add reverse proxy to the parent (current: false)" in help_result.stdout
port_result = cap_ready_rhel.execute("ss -tuln | grep 8443")
assert not port_result.stdout


@pytest.mark.e2e
@pytest.mark.tier1
Expand Down

0 comments on commit 18390d6

Please sign in to comment.