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'],