Skip to content

Commit

Permalink
Adding sub man repo command
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed May 13, 2024
1 parent a86f642 commit 7a4b565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/foreman/api/test_reporttemplates.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ def test_positive_applied_errata_by_search(
rhel_contenthost.execute(r'subscription-manager repos --enable \*')
assert rhel_contenthost.execute(f'yum install -y {FAKE_1_CUSTOM_PACKAGE}').status == 0
assert rhel_contenthost.execute(f'rpm -q {FAKE_1_CUSTOM_PACKAGE}').status == 0
rhel_contenthost.execute('subscription-manager repos')
task_id = target_sat.api.JobInvocation().run(
data={
'feature': 'katello_errata_install_by_search',
Expand Down

0 comments on commit 7a4b565

Please sign in to comment.