Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.13.z] Update pit coverage for Platform teams components #16393

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading