Skip to content

Commit

Permalink
[6.16.z] Test Leapp preupgrade report generate (#17206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored Dec 19, 2024
1 parent e81d0cb commit 8d783da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/foreman/ui/test_leapp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_leapp_preupgrade_report(
:BZ: 2168494
:Verifies: SAT-15889
:Verifies: SAT-15889, SAT-28216
:customerscenario: true
Expand Down Expand Up @@ -71,6 +71,9 @@ def test_leapp_preupgrade_report(
session.jobinvocation.wait_job_invocation_state(
entity_name='Upgradeability check for rhel host', host_name=hostname
)
session.jobinvocation.leapp_fix_inhibitor(
entity_name='Upgradeability check for rhel host', host_name=hostname
)
status = session.jobinvocation.read(
entity_name='Upgradeability check for rhel host', host_name=hostname
)
Expand Down

0 comments on commit 8d783da

Please sign in to comment.