Skip to content

Commit

Permalink
[Combined Jenkins Ask] Capsule testing for sanity (#15948)
Browse files Browse the repository at this point in the history
* Capsule Sanity Test from installer

* Design Change: only count change

* Satellite Maintain fapolicyd package installation
  • Loading branch information
jyejare committed Sep 19, 2024
1 parent 106c44c commit bcfd392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1419,8 +1419,6 @@ 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 @@ -1456,6 +1454,8 @@ def test_satellite_installation(installer_satellite):
@pytest.mark.e2e
@pytest.mark.tier1
@pytest.mark.pit_server
@pytest.mark.build_sanity
@pytest.mark.first_sanity
@pytest.mark.parametrize(
"installer_satellite", [settings.server.version.rhel_version], indirect=True
)
Expand Down

0 comments on commit bcfd392

Please sign in to comment.