From 9c24393d2194bef69361cb32be7f1074303f3976 Mon Sep 17 00:00:00 2001 From: Griffin-Sullivan Date: Fri, 29 Mar 2024 10:09:22 -0400 Subject: [PATCH] Add ohsnap repos for rhel9 --- 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