Skip to content

Commit

Permalink
Test Leapp preupgrade report generate
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 committed Dec 15, 2024
1 parent ea1716d commit 76d9293
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 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,7 +71,10 @@ 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
)
assert status['overview']['hosts_table'][0]['Status'] == 'Succeeded'
assert status['overview']['hosts_table'][0]['Status'] == 'success'

0 comments on commit 76d9293

Please sign in to comment.