Skip to content

Commit

Permalink
[6.13.z] version selection for some host tests (#14893)
Browse files Browse the repository at this point in the history
version selection for some host tests (#14872)

(cherry picked from commit 93500d4)

Co-authored-by: Peter Ondrejka <[email protected]>
  • Loading branch information
Satellite-QE and pondrejk authored Apr 26, 2024
1 parent cdce44d commit 40d502d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/foreman/cli/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,7 @@ def yum_security_plugin(katello_host_tools_host):


@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 @@ -1593,6 +1594,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 @@ -1653,6 +1655,7 @@ def test_positive_package_applicability(katello_host_tools_host, setup_custom_re


@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 @@ -1722,6 +1725,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

0 comments on commit 40d502d

Please sign in to comment.