Skip to content

Commit

Permalink
testing rhel10 broker --nick in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Nov 20, 2024
1 parent 7e5f87c commit f468398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/ui/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,15 +865,15 @@ def test_positive_apply_for_all_hosts(
hosts.
"""
num_hosts = 4
distro = 'rhel9'
distro = 'rhel10'
# one custom repo on satellite, for all hosts to use
custom_repo = target_sat.api.Repository(url=CUSTOM_REPO_URL, product=module_product).create()
custom_repo.sync()
module_cv.repository = [custom_repo]
module_cv.update(['repository'])
with Broker(
nick=distro,
workflow='deploy-rhel',
workflow='deploy-template',
host_class=ContentHost,
_count=num_hosts,
deploy_network_type='ipv6' if settings.server.is_ipv6 else 'ipv4',
Expand Down

0 comments on commit f468398

Please sign in to comment.