From 51c364932c741624c7f3d768167024c605b867ec Mon Sep 17 00:00:00 2001 From: Griffin Sullivan <48397354+Griffin-Sullivan@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:28:10 -0400 Subject: [PATCH] Add ohsnap repos for rhel9 (#14578) --- robottelo/constants/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index de71cdd643f..9da20489233 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -263,6 +263,11 @@ class Colored(Box): 'rhel-8-for-x86_64-appstream-rpms', ) +OHSNAP_RHEL9_REPOS = ( + 'rhel-9-for-x86_64-baseos-rpms', + 'rhel-9-for-x86_64-appstream-rpms', +) + # On importing manifests, Red Hat repositories are listed like this: # Product -> RepositorySet -> Repository # We need to first select the Product, then the reposet and then the repos