Skip to content

Commit f92bceb

Browse files
shweta83web-flow
authored andcommitted
Update RHEL9 version for Leapp client (#17010)
(cherry picked from commit 01cd40a)
1 parent 6848858 commit f92bceb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pytest_fixtures/component/leapp_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
RHEL7_VER = '7.9'
1212
RHEL8_VER = '8.10'
13-
RHEL9_VER = '9.4'
13+
RHEL9_VER = '9.5'
1414

1515
RHEL_REPOS = {
1616
'rhel7_server': {

tests/foreman/cli/test_leapp_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
RHEL7_VER = '7.9'
2727
RHEL8_VER = '8.10'
28-
RHEL9_VER = '9.4'
28+
RHEL9_VER = '9.5'
2929

3030
RHEL_REPOS = {
3131
'rhel7_server': {

tests/foreman/ui/test_leapp_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
RHEL7_VER = '7.9'
1818
RHEL8_VER = '8.10'
19-
RHEL9_VER = '9.4'
19+
RHEL9_VER = '9.5'
2020

2121

2222
@pytest.mark.tier3

0 commit comments

Comments
 (0)