Skip to content

Commit

Permalink
rhel10 errata e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Oct 28, 2024
1 parent 23f3eb9 commit 953a2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/supportability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ supportability:
content_hosts:
default_os_name: "RedHat"
rhel:
versions: [7,'7_fips', 8, '8_fips', 9, '9_fips']
versions: [7,'7_fips', 8, '8_fips', 9, '9_fips', 10, '10_fips']
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def cleanup():

@pytest.mark.e2e
@pytest.mark.tier3
@pytest.mark.rhel_ver_match('[^6]')
@pytest.mark.rhel_ver_match('[^7]|10')
@pytest.mark.parametrize('registered_contenthost', [[CUSTOM_REPO_URL]], indirect=True)
@pytest.mark.no_containers
def test_end_to_end(
Expand Down

0 comments on commit 953a2e8

Please sign in to comment.