From 6625da6a26b30b6e64a4a16e262489982a32fa75 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:02:38 -0400 Subject: [PATCH] [6.13.z] Update pit coverage for Platform teams components (#16393) Update pit coverage for Platform teams components (#15938) (cherry picked from commit 89b142617c9f6de20ab8a7a3738deceebf402ada) Co-authored-by: Jameer Pathan <21165044+jameerpathan111@users.noreply.github.com> --- tests/foreman/cli/test_bootstrap_script.py | 6 +++++- tests/foreman/cli/test_capsule.py | 2 -- tests/foreman/destructive/test_leapp_satellite.py | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/foreman/cli/test_bootstrap_script.py b/tests/foreman/cli/test_bootstrap_script.py index 65872032d1d..e339ddcfd52 100644 --- a/tests/foreman/cli/test_bootstrap_script.py +++ b/tests/foreman/cli/test_bootstrap_script.py @@ -14,9 +14,13 @@ import pytest +from robottelo.config import settings + @pytest.mark.e2e -@pytest.mark.rhel_ver_list([7, 8]) +@pytest.mark.pit_server +@pytest.mark.pit_client +@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version]) @pytest.mark.tier1 def test_positive_register( module_org, diff --git a/tests/foreman/cli/test_capsule.py b/tests/foreman/cli/test_capsule.py index 50d156078a5..bf49f418498 100644 --- a/tests/foreman/cli/test_capsule.py +++ b/tests/foreman/cli/test_capsule.py @@ -35,8 +35,6 @@ def test_positive_import_puppet_classes(session_puppet_enabled_sat, puppet_proxy @pytest.mark.stubbed -@pytest.mark.e2e -@pytest.mark.upgrade def test_positive_capsule_content(): """Registered and provisioned hosts can consume content from capsule diff --git a/tests/foreman/destructive/test_leapp_satellite.py b/tests/foreman/destructive/test_leapp_satellite.py index a94b1f3a005..afa01a71581 100644 --- a/tests/foreman/destructive/test_leapp_satellite.py +++ b/tests/foreman/destructive/test_leapp_satellite.py @@ -17,6 +17,7 @@ @pytest.mark.e2e +@pytest.mark.pit_server @pytest.mark.skipif( get_sat_version().minor != 11 and get_sat_rhel_version().major > 7, reason='Run only on sat6.11el7',