Skip to content

Commit

Permalink
Fix Client repos in constants (SatelliteQE#13008)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik authored Oct 31, 2023
1 parent ad95132 commit c7d24e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ class Colored(Box):
'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_iso': 'Red Hat Satellite Capsule 6.4 (for RHEL 7 Server) (ISOs)',
'rhsclient7': 'Red Hat Satellite Client 6 for RHEL 7 Server RPMs x86_64',
'rhsclient8': 'Red Hat Satellite Client 6 for RHEL 8 x86_64 RPMs',
'rhsclient9': 'Red Hat Satellite Client 6 for RHEL 9 x86_64 RPMs',
'rhsclient7': 'Red Hat Satellite Client 6 (for RHEL 7 Server) (RPMs)',
'rhsclient8': 'Red Hat Satellite Client 6 for RHEL 8 x86_64 (RPMs)',
'rhsclient9': 'Red Hat Satellite Client 6 for RHEL 9 x86_64 (RPMs)',
'rhst7': 'Red Hat Satellite Tools 6.9 (for RHEL 7 Server) (RPMs)',
'rhst7_610': 'Red Hat Satellite Tools 6.10 (for RHEL 7 Server) (RPMs)',
'rhst6': 'Red Hat Satellite Tools 6.9 (for RHEL 6 Server) (RPMs)',
Expand Down Expand Up @@ -408,7 +408,7 @@ class Colored(Box):
'name': ('Red Hat Satellite Client 6 for RHEL 8 x86_64 RPMs'),
'version': '6',
'reposet': REPOSET['rhsclient8'],
'product': PRDS['rhel'],
'product': PRDS['rhel8'],
'distro': 'rhel8',
'key': PRODUCT_KEY_SAT_CLIENT,
},
Expand All @@ -417,7 +417,7 @@ class Colored(Box):
'name': ('Red Hat Satellite Client 6 for RHEL 9 x86_64 RPMs'),
'version': '6',
'reposet': REPOSET['rhsclient9'],
'product': PRDS['rhel'],
'product': PRDS['rhel9'],
'distro': 'rhel9',
'key': PRODUCT_KEY_SAT_CLIENT,
},
Expand Down

0 comments on commit c7d24e8

Please sign in to comment.