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

version selection for some host tests #14872

Merged
merged 1 commit into from
Apr 26, 2024
Merged
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
4 changes: 4 additions & 0 deletions tests/foreman/cli/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -1552,6 +1552,7 @@ def yum_security_plugin(katello_host_tools_host):

@pytest.mark.e2e
@pytest.mark.cli_katello_host_tools
@pytest.mark.rhel_ver_match('[^6].*')
@pytest.mark.tier3
def test_positive_report_package_installed_removed(
katello_host_tools_host, setup_custom_repo, target_sat
Expand Down Expand Up @@ -1597,6 +1598,7 @@ def test_positive_report_package_installed_removed(


@pytest.mark.cli_katello_host_tools
@pytest.mark.rhel_ver_match('[^6].*')
@pytest.mark.tier3
def test_positive_package_applicability(katello_host_tools_host, setup_custom_repo, target_sat):
"""Ensure packages applicability is functioning properly
Expand Down Expand Up @@ -1658,6 +1660,7 @@ def test_positive_package_applicability(katello_host_tools_host, setup_custom_re

@pytest.mark.e2e
@pytest.mark.cli_katello_host_tools
@pytest.mark.rhel_ver_match('[^6].*')
@pytest.mark.pit_client
@pytest.mark.pit_server
@pytest.mark.tier3
Expand Down Expand Up @@ -1727,6 +1730,7 @@ def test_positive_erratum_applicability(


@pytest.mark.cli_katello_host_tools
@pytest.mark.rhel_ver_match('[^6].*')
@pytest.mark.tier3
def test_positive_apply_security_erratum(katello_host_tools_host, setup_custom_repo, target_sat):
"""Apply security erratum to a host
Expand Down
Loading