diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 238df5cffda..2df7c554225 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.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', diff --git a/tests/foreman/cli/test_leapp_client.py b/tests/foreman/cli/test_leapp_client.py index 5c908697202..64d22ac619a 100644 --- a/tests/foreman/cli/test_leapp_client.py +++ b/tests/foreman/cli/test_leapp_client.py @@ -25,7 +25,7 @@ RHEL7_VER = '7.9' RHEL8_VER = '8.9' -RHEL9_VER = '9.3' +RHEL9_VER = '9.4' RHEL_REPOS = { 'rhel7_server': {