diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index fc37d74a22f..c31d563c89a 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -530,16 +530,16 @@ class Colored(Box): }, 'rhel8_bos': { 'id': 'rhel-8-for-x86_64-baseos-kickstart', - 'name': 'Red Hat Enterprise Linux 8 for x86_64 - BaseOS Kickstart 8.8', - 'version': '8.8', + 'name': 'Red Hat Enterprise Linux 8 for x86_64 - BaseOS Kickstart 8.9', + 'version': '8.9', 'reposet': REPOSET['kickstart']['rhel8'], 'product': PRDS['rhel8'], 'distro': 'rhel8', }, 'rhel8_aps': { 'id': 'rhel-8-for-x86_64-appstream-kickstart', - 'name': 'Red Hat Enterprise Linux 8 for x86_64 - AppStream Kickstart 8.8', - 'version': '8.8', + 'name': 'Red Hat Enterprise Linux 8 for x86_64 - AppStream Kickstart 8.9', + 'version': '8.9', 'reposet': REPOSET['kickstart']['rhel8_aps'], 'product': PRDS['rhel8'], 'distro': 'rhel8',