From 4a6054957c8b13209693e654fe7cff25099c3490 Mon Sep 17 00:00:00 2001 From: vsedmik <46570670+vsedmik@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:00:00 +0200 Subject: [PATCH] Add PIT markers to ACS and ISS components (#15651) --- tests/foreman/cli/test_acs.py | 1 + tests/foreman/cli/test_satellitesync.py | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/foreman/cli/test_acs.py b/tests/foreman/cli/test_acs.py index 19620afeea5..90f90550f94 100644 --- a/tests/foreman/cli/test_acs.py +++ b/tests/foreman/cli/test_acs.py @@ -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( diff --git a/tests/foreman/cli/test_satellitesync.py b/tests/foreman/cli/test_satellitesync.py index 8708dd7ffa3..af8f23e62eb 100644 --- a/tests/foreman/cli/test_satellitesync.py +++ b/tests/foreman/cli/test_satellitesync.py @@ -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( @@ -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'],