From 581c3a628bfcc54c83b6f82d804393bd4e791bb3 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Thu, 16 Nov 2023 19:01:15 +0530 Subject: [PATCH] Bump el9 kickstart version to 9.3 (#13069) Signed-off-by: Gaurav Talreja (cherry picked from commit 0cd07ec9a216d88fe77e7461ea7797e3a59ed4a5) --- robottelo/constants/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 05b675454fa..09e7221579e 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -546,16 +546,16 @@ class Colored(Box): }, 'rhel9_bos': { 'id': 'rhel-9-for-x86_64-baseos-kickstart', - 'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.2', - 'version': '9.2', + 'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.3', + 'version': '9.3', '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.2', - 'version': '9.2', + 'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.3', + 'version': '9.3', 'reposet': REPOSET['kickstart']['rhel9_aps'], 'product': PRDS['rhel9'], 'distro': 'rhel9',