From 41281221ecc8ae1f4a1106893869a9a1020f5c29 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:14:54 -0500 Subject: [PATCH] [6.16.z] Add rhsc9 repo to constants to fix tests using sat.REPOS (#17289) --- robottelo/constants/__init__.py | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index d2b3b57b300..4ce8b93f9ea 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -280,8 +280,9 @@ 'rhva6': ('Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs)'), 'rhs7': 'Red Hat Satellite 6.11 (for RHEL 7 Server) (RPMs)', 'rhs8': 'Red Hat Satellite 6.13 for RHEL 8 x86_64 (RPMs)', - 'rhsc7': 'Red Hat Satellite Capsule 6.11 (for RHEL 7 Server) (RPMs)', - 'rhsc8': 'Red Hat Satellite Capsule 6.13 for RHEL 8 x86_64 (RPMs)', + 'rhsc7': 'Red Hat Satellite Capsule 6.16 (for RHEL 7 Server) (RPMs)', + 'rhsc8': 'Red Hat Satellite Capsule 6.16 for RHEL 8 x86_64 (RPMs)', + 'rhsc9': 'Red Hat Satellite Capsule 6.16 for RHEL 9 x86_64 (RPMs)', 'rhsc7_iso': 'Red Hat Satellite Capsule 6.4 (for RHEL 7 Server) (ISOs)', 'rhsclient7': 'Red Hat Satellite Client 6 (for RHEL 7 Server) (RPMs)', 'rhsclient8': 'Red Hat Satellite Client 6 for RHEL 8 x86_64 (RPMs)', @@ -389,22 +390,31 @@ 'distro': 'rhel7', 'key': 'rhs', }, + 'rhsc7': { + 'id': 'rhel-7-server-satellite-capsule-6.16-rpms', + 'name': ('Red Hat Satellite Capsule 6.16 for RHEL 7 Server RPMs x86_64'), + 'version': '6.16', + 'reposet': REPOSET['rhsc7'], + 'product': PRDS['rhsc'], + 'distro': 'rhel7', + 'key': 'rhsc', + }, 'rhsc8': { - 'id': 'satellite-capsule-6.13-for-rhel-8-x86_64-rpms', - 'name': ('Red Hat Satellite Capsule 6.13 for RHEL 8 x86_64 RPMs'), - 'version': '6.13', + 'id': 'satellite-capsule-6.16-for-rhel-8-x86_64-rpms', + 'name': ('Red Hat Satellite Capsule 6.16 for RHEL 8 x86_64 RPMs'), + 'version': '6.16', 'reposet': REPOSET['rhsc8'], 'product': PRDS['rhsc'], 'distro': 'rhel8', 'key': 'rhsc', }, - 'rhsc7': { - 'id': 'rhel-7-server-satellite-capsule-6.11-rpms', - 'name': ('Red Hat Satellite Capsule 6.11 for RHEL 7 Server RPMs x86_64'), - 'version': '6.11', - 'reposet': REPOSET['rhsc7'], + 'rhsc9': { + 'id': 'satellite-capsule-6.16-for-rhel-9-x86_64-rpms', + 'name': ('Red Hat Satellite Capsule 6.16 for RHEL 9 x86_64 RPMs'), + 'version': '6.16', + 'reposet': REPOSET['rhsc9'], 'product': PRDS['rhsc'], - 'distro': 'rhel7', + 'distro': 'rhel9', 'key': 'rhsc', }, 'rhsc7_iso': {