From 57c2a5dd1c33428183e3a78918c441dcdc50c498 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Mon, 13 May 2024 12:36:53 +0530 Subject: [PATCH] [6.13.z] Bump el9 kickstart version to 9.4 (#15028) 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 (cherry picked from commit acaf34a5ec8161524e78246b6bd50e1e3d422a71) --- 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 e0d24b053e..0225de9158 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -536,16 +536,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'], '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 7eb11f414e..082338f7f5 100644 --- a/tests/foreman/cli/test_leapp_client.py +++ b/tests/foreman/cli/test_leapp_client.py @@ -24,7 +24,7 @@ RHEL7_VER = '7.9' RHEL8_VER = '8.9' -RHEL9_VER = '9.3' +RHEL9_VER = '9.4' RHEL_REPOS = { 'rhel7_server': {