Skip to content

Commit 76d9293

Browse files
committed
Test Leapp preupgrade report generate
1 parent ea1716d commit 76d9293

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/foreman/ui/test_leapp_client.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_leapp_preupgrade_report(
4242
4343
:BZ: 2168494
4444
45-
:Verifies: SAT-15889
45+
:Verifies: SAT-15889, SAT-28216
4646
4747
:customerscenario: true
4848
@@ -71,7 +71,10 @@ def test_leapp_preupgrade_report(
7171
session.jobinvocation.wait_job_invocation_state(
7272
entity_name='Upgradeability check for rhel host', host_name=hostname
7373
)
74+
session.jobinvocation.leapp_fix_inhibitor(
75+
entity_name='Upgradeability check for rhel host', host_name=hostname
76+
)
7477
status = session.jobinvocation.read(
7578
entity_name='Upgradeability check for rhel host', host_name=hostname
7679
)
77-
assert status['overview']['hosts_table'][0]['Status'] == 'Succeeded'
80+
assert status['overview']['hosts_table'][0]['Status'] == 'success'

0 commit comments

Comments
 (0)