Skip to content

Commit

Permalink
Use module_extra_rhel_entitlement_manifest for cloud connector test
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 committed Nov 30, 2023
1 parent bcc4d30 commit 814ade2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/foreman/ui/test_rhc.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@ def fixture_setup_rhc_satellite(
request,
module_target_sat,
module_rhc_org,
module_entitlement_manifest,
module_extra_rhel_entitlement_manifest,
):
"""Create Organization and activation key after successful test execution"""
if settings.rh_cloud.crc_env == 'prod':
module_target_sat.upload_manifest(module_rhc_org.id, module_entitlement_manifest.content)
module_target_sat.upload_manifest(
module_rhc_org.id, module_extra_rhel_entitlement_manifest.content
)
yield
if request.node.rep_call.passed:
# Enable and sync required repos
Expand Down

0 comments on commit 814ade2

Please sign in to comment.