Skip to content

Commit

Permalink
Do not install dogfood certs as we use CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
lpramuk authored and pondrejk committed Nov 7, 2022
1 parent f1c496c commit ae8ea81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/foreman/destructive/test_katello_certs_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ def test_positive_install_sat_with_katello_certs(certs_vm_setup):
result = rhel_vm.subscription_manager_attach_pool([settings.subscription.rhn_poolid])[0]
for repo in getattr(constants, f"OHSNAP_RHEL{version}_REPOS"):
rhel_vm.enable_repo(repo, force=True)
# What is the purpose of this?
rhel_vm.execute(
f'yum -y localinstall {settings.repos.dogfood_repo_host}'
f'/pub/katello-ca-consumer-latest.noarch.rpm'
)
rhel_vm.execute('yum -y update')
result = rhel_vm.execute(getattr(constants, f"INSTALL_RHEL{version}_STEPS"))
assert result.status == 0
Expand Down

0 comments on commit ae8ea81

Please sign in to comment.