From 40d502d6fa91bc9b08e169f21079c4e6afcf1771 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:54:50 -0400 Subject: [PATCH] [6.13.z] version selection for some host tests (#14893) version selection for some host tests (#14872) (cherry picked from commit 93500d4594bfe0d7d26d84d0a8097a556f464e2d) Co-authored-by: Peter Ondrejka --- tests/foreman/cli/test_host.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/foreman/cli/test_host.py b/tests/foreman/cli/test_host.py index 9a6e481f75d..47b30418dd8 100644 --- a/tests/foreman/cli/test_host.py +++ b/tests/foreman/cli/test_host.py @@ -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 @@ -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 @@ -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 @@ -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