Skip to content

Commit

Permalink
RHEL10 for rhel_ver_list markers
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Nov 26, 2024
1 parent 28724f2 commit cf93c46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
):
Expand Down
2 changes: 1 addition & 1 deletion tests/upgrades/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion tests/upgrades/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cf93c46

Please sign in to comment.