Skip to content

Commit

Permalink
Add pit markers for Platform teams components
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 committed Aug 15, 2024
1 parent c3d1f85 commit 071733a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/foreman/api/test_capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
@pytest.mark.e2e
@pytest.mark.upgrade
@pytest.mark.tier1
@pytest.mark.pit_server
def test_positive_update_capsule(request, pytestconfig, target_sat, module_capsule_configured):
"""Update various capsule properties
Expand Down
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
2 changes: 2 additions & 0 deletions tests/foreman/destructive/test_capsule_loadbalancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ def loadbalancer_setup(

@pytest.mark.e2e
@pytest.mark.tier1
@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version])
def test_loadbalancer_install_package(
loadbalancer_setup, setup_capsules, rhel_contenthost, module_org, module_location, request
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 != 16 or get_sat_rhel_version().major != 8,
reason='Run only on Satellite 6.16 el8',
Expand Down

0 comments on commit 071733a

Please sign in to comment.