diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index ec726bc529..d07cd7c48b 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -544,16 +544,16 @@ }, 'rhel9_bos': { 'id': 'rhel-9-for-x86_64-baseos-kickstart', - 'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.4', - 'version': '9.4', + 'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.5', + 'version': '9.5', '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.4', - 'version': '9.4', + 'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.5', + 'version': '9.5', 'reposet': REPOSET['kickstart']['rhel9_aps'], 'product': PRDS['rhel9'], 'distro': 'rhel9',