From 8251e716d4798cd1a5f57665a6944c00463d342a Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Fri, 31 Jan 2025 18:30:39 +0530 Subject: [PATCH] Fix rhel7 product and reposet keys in constants Signed-off-by: Gaurav Talreja --- robottelo/constants/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 08150d904d..4a1282e647 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -357,8 +357,8 @@ 'releasever': '7Server', 'arch': 'x86_64', 'distro': 'rhel7', - 'reposet': REPOSET['rhel7_els'], - 'product': PRDS['rhel_els'], + 'reposet': REPOSET['rhel7'], + 'product': PRDS['rhel'], 'major_version': 7, 'distro_repository': True, 'key': 'rhel',