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 Sep 18, 2024
1 parent 6dbc756 commit 1b3e59f
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 != 16 or get_sat_rhel_version().major != 8,
reason='Run only on Satellite 6.16 el8',
Expand Down

0 comments on commit 1b3e59f

Please sign in to comment.