Skip to content

Commit 901987c

Browse files
[6.16.z] Update RHEL9 & RHEL10 version in constants (#22298)
Cherry-pick of #21635. Adapted for 6.16.z: rhel10 kickstart entries skipped as they don't exist on this branch. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a550836 commit 901987c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

robottelo/constants/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -598,16 +598,16 @@
598598
},
599599
'rhel9_bos': {
600600
'id': 'rhel-9-for-x86_64-baseos-kickstart',
601-
'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.7',
602-
'version': '9.7',
601+
'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.8',
602+
'version': '9.8',
603603
'reposet': REPOSET['kickstart']['rhel9_bos'],
604604
'product': PRDS['rhel9'],
605605
'distro': 'rhel9',
606606
},
607607
'rhel9_aps': {
608608
'id': 'rhel-9-for-x86_64-appstream-kickstart',
609-
'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.7',
610-
'version': '9.7',
609+
'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.8',
610+
'version': '9.8',
611611
'reposet': REPOSET['kickstart']['rhel9_aps'],
612612
'product': PRDS['rhel9'],
613613
'distro': 'rhel9',
@@ -704,8 +704,8 @@
704704
# RHEL versions for LEAPP testing
705705
RHEL7_VER = '7.9'
706706
RHEL8_VER = '8.10'
707-
RHEL9_VER = '9.7'
708-
RHEL10_VER = '10.1'
707+
RHEL9_VER = '9.8'
708+
RHEL10_VER = '10.2'
709709

710710
BULK_REPO_LIST = [
711711
REPOS['rhel7_optional'],

0 commit comments

Comments
 (0)