Skip to content

Commit

Permalink
Intermittent failure of api::errata::e2e (SatelliteQE#13197)
Browse files Browse the repository at this point in the history
Intermittent failure of e2e api param
  • Loading branch information
damoore044 authored Nov 28, 2023
1 parent bb23504 commit 7d1cdf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/foreman/api/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,11 @@ def test_positive_install_multiple_in_host(target_sat, rhel_contenthost, module_
search_rate=20,
max_tries=15,
)
rhel_contenthost.execute('subscription-manager repos')
sleep(20)
assert rhel_contenthost.applicable_errata_count == pre_errata_count - 1
assert (
rhel_contenthost.applicable_errata_count == pre_errata_count - 1
), f'Host applicable errata did not decrease by one, after installation of {errata}'


@pytest.mark.tier3
Expand Down

0 comments on commit 7d1cdf6

Please sign in to comment.