Skip to content

Commit

Permalink
[6.13.z] Update pit coverage for Platform teams components (#16393)
Browse files Browse the repository at this point in the history
Update pit coverage for Platform teams components (#15938)

(cherry picked from commit 89b1426)

Co-authored-by: Jameer Pathan <[email protected]>
  • Loading branch information
Satellite-QE and jameerpathan111 committed Sep 27, 2024
1 parent bc208bc commit 6625da6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion tests/foreman/cli/test_bootstrap_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions tests/foreman/cli/test_capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/foreman/destructive/test_leapp_satellite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6625da6

Please sign in to comment.