Skip to content

Commit

Permalink
Update pit coverage for Platform teams components (#15938)
Browse files Browse the repository at this point in the history
(cherry picked from commit 89b1426)
  • Loading branch information
jameerpathan111 authored and web-flow committed Sep 18, 2024
1 parent ecb8d11 commit b5a98c0
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 b5a98c0

Please sign in to comment.