Skip to content

Commit

Permalink
Fix pit marker in installer (SatelliteQE#14180)
Browse files Browse the repository at this point in the history
(cherry picked from commit b5bbc22)
  • Loading branch information
rmynar committed Mar 4, 2024
1 parent 2edaf3e commit 83c4517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,7 @@ def test_installer_options_and_sections(filter):
@pytest.mark.tier1
@pytest.mark.build_sanity
@pytest.mark.first_sanity
@pytest.mark.pit_server
@pytest.mark.parametrize(
"installer_satellite", [settings.server.version.rhel_version], indirect=True
)
Expand Down Expand Up @@ -1453,6 +1454,7 @@ def test_satellite_installation(installer_satellite):

@pytest.mark.e2e
@pytest.mark.tier1
@pytest.mark.pit_server
@pytest.mark.parametrize(
"installer_satellite", [settings.server.version.rhel_version], indirect=True
)
Expand Down

0 comments on commit 83c4517

Please sign in to comment.