Skip to content

Commit

Permalink
Bump el9 kickstart version to 9.4 (SatelliteQE#15007)
Browse files Browse the repository at this point in the history
* Bump el9 kickstart version to 9.4

Signed-off-by: Gaurav Talreja <[email protected]>

* Bump EL9 version to 9.4 for leapp upgrade test

Signed-off-by: Gaurav Talreja <[email protected]>

---------

Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit acaf34a)
  • Loading branch information
Gauravtalreja1 committed May 10, 2024
1 parent 9749284 commit 0de1dea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,16 +539,16 @@
},
'rhel9_bos': {
'id': 'rhel-9-for-x86_64-baseos-kickstart',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.3',
'version': '9.3',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.4',
'version': '9.4',
'reposet': REPOSET['kickstart']['rhel9_bos'],
'product': PRDS['rhel9'],
'distro': 'rhel9',
},
'rhel9_aps': {
'id': 'rhel-9-for-x86_64-appstream-kickstart',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.3',
'version': '9.3',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.4',
'version': '9.4',
'reposet': REPOSET['kickstart']['rhel9_aps'],
'product': PRDS['rhel9'],
'distro': 'rhel9',
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 @@ -25,7 +25,7 @@

RHEL7_VER = '7.9'
RHEL8_VER = '8.9'
RHEL9_VER = '9.3'
RHEL9_VER = '9.4'

RHEL_REPOS = {
'rhel7_server': {
Expand Down

0 comments on commit 0de1dea

Please sign in to comment.