Skip to content

Commit

Permalink
Add PIT markers to ACS and ISS components (#15651)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik authored Aug 22, 2024
1 parent 975279c commit 4a60549
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/foreman/cli/test_acs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

@pytest.mark.e2e
@pytest.mark.tier2
@pytest.mark.pit_server
@pytest.mark.parametrize('cnt_type', ['yum', 'file'])
@pytest.mark.parametrize('acs_type', ['custom', 'simplified', 'rhui'])
def test_positive_CRUD_all_types(
Expand Down
8 changes: 6 additions & 2 deletions tests/foreman/cli/test_satellitesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -2712,10 +2712,13 @@ def test_positive_custom_cdn_with_credential(

@pytest.mark.e2e
@pytest.mark.tier3
@pytest.mark.rhel_ver_list([8])
@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.no_containers
@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version])
@pytest.mark.parametrize(
'function_synced_rh_repo',
['rhsclient8'],
['rhsclient9'],
indirect=True,
)
def test_positive_export_import_consume_incremental_yum_repo(
Expand Down Expand Up @@ -2948,6 +2951,7 @@ class TestNetworkSync:
"""Implements Network Sync scenarios."""

@pytest.mark.tier2
@pytest.mark.pit_server
@pytest.mark.parametrize(
'function_synced_rh_repo',
['rhae2'],
Expand Down

0 comments on commit 4a60549

Please sign in to comment.