Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test to use sca enabled manifest #14130

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/foreman/api/test_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_positive_epel_repositories_with_mirroring_policy(


@pytest.mark.tier4
def test_positive_sync_kickstart_repo(module_entitlement_manifest_org, target_sat):
def test_positive_sync_kickstart_repo(module_sca_manifest_org, target_sat):
"""No encoding gzip errors on kickstart repositories
sync.

Expand All @@ -165,7 +165,7 @@ def test_positive_sync_kickstart_repo(module_entitlement_manifest_org, target_sa
distro = 'rhel8_bos'
rh_repo_id = target_sat.api_factory.enable_rhrepo_and_fetchid(
basearch='x86_64',
org_id=module_entitlement_manifest_org.id,
org_id=module_sca_manifest_org.id,
product=constants.REPOS['kickstart'][distro]['product'],
reposet=constants.REPOS['kickstart'][distro]['reposet'],
repo=constants.REPOS['kickstart'][distro]['name'],
Expand Down
Loading