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