From acaf34a5ec8161524e78246b6bd50e1e3d422a71 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Thu, 9 May 2024 21:22:06 +0530 Subject: [PATCH] Bump el9 kickstart version to 9.4 (#15007) * Bump el9 kickstart version to 9.4 Signed-off-by: Gaurav Talreja * Bump EL9 version to 9.4 for leapp upgrade test Signed-off-by: Gaurav Talreja --------- Signed-off-by: Gaurav Talreja --- robottelo/constants/__init__.py | 8 ++++---- tests/foreman/cli/test_leapp_client.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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': {