From 8d783da2f4ab50d422bb82475ba8b6035357f559 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:42:03 -0500 Subject: [PATCH] [6.16.z] Test Leapp preupgrade report generate (#17206) --- tests/foreman/ui/test_leapp_client.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/foreman/ui/test_leapp_client.py b/tests/foreman/ui/test_leapp_client.py index 6b6fa027fb..199ef69019 100644 --- a/tests/foreman/ui/test_leapp_client.py +++ b/tests/foreman/ui/test_leapp_client.py @@ -42,7 +42,7 @@ def test_leapp_preupgrade_report( :BZ: 2168494 - :Verifies: SAT-15889 + :Verifies: SAT-15889, SAT-28216 :customerscenario: true @@ -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 )