diff --git a/tests/foreman/cli/test_repository.py b/tests/foreman/cli/test_repository.py index 1bbfefae25..fb3b48a2c5 100644 --- a/tests/foreman/cli/test_repository.py +++ b/tests/foreman/cli/test_repository.py @@ -2703,7 +2703,7 @@ def test_positive_syncable_yum_format_repo_import(target_sat, module_org): @pytest.mark.pit_client -@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version]) +@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version, 10]) def test_positive_install_uploaded_rpm_on_host( target_sat, rhel_contenthost, function_org, function_lce ): diff --git a/tests/upgrades/test_errata.py b/tests/upgrades/test_errata.py index 4b03a7e232..593fd63668 100644 --- a/tests/upgrades/test_errata.py +++ b/tests/upgrades/test_errata.py @@ -99,7 +99,7 @@ class TestScenarioErrataCount(TestScenarioErrataAbstract): 5. Check if the Errata Count in Satellite after the upgrade. """ - @pytest.mark.rhel_ver_list([7, 8, 9]) + @pytest.mark.rhel_ver_list([7, 8, 9, 10]) @pytest.mark.no_containers @pytest.mark.pre_upgrade def test_pre_scenario_generate_errata_for_client( diff --git a/tests/upgrades/test_repository.py b/tests/upgrades/test_repository.py index bb730ca847..bfaf35b410 100644 --- a/tests/upgrades/test_repository.py +++ b/tests/upgrades/test_repository.py @@ -393,7 +393,7 @@ class TestSimpleContentAccessOnly: satellite with simple content access mode only. """ - @pytest.mark.rhel_ver_list([7, 8, 9]) + @pytest.mark.rhel_ver_list([7, 8, 9, 10]) @pytest.mark.no_containers @pytest.mark.pre_upgrade def test_pre_simple_content_access_only(