Skip to content

Commit

Permalink
Update RHEL9 version for Leapp client (#17010)
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 authored Nov 30, 2024
1 parent 2709932 commit 01cd40a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_fixtures/component/leapp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

RHEL7_VER = '7.9'
RHEL8_VER = '8.10'
RHEL9_VER = '9.4'
RHEL9_VER = '9.5'

RHEL_REPOS = {
'rhel7_server': {
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_leapp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

RHEL7_VER = '7.9'
RHEL8_VER = '8.10'
RHEL9_VER = '9.4'
RHEL9_VER = '9.5'


@pytest.mark.e2e
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_leapp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

RHEL7_VER = '7.9'
RHEL8_VER = '8.10'
RHEL9_VER = '9.4'
RHEL9_VER = '9.5'


@pytest.mark.tier3
Expand Down

0 comments on commit 01cd40a

Please sign in to comment.