From cdbd10483b5923e642758b0ee1c976ed0a431e23 Mon Sep 17 00:00:00 2001 From: Lukas Pramuk Date: Thu, 6 Jun 2024 15:51:52 +0200 Subject: [PATCH] Update test_positive_leapp for 6.16 (#15339) --- tests/foreman/destructive/test_leapp_satellite.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/foreman/destructive/test_leapp_satellite.py b/tests/foreman/destructive/test_leapp_satellite.py index 8d673b94645..cedf6a6b80f 100644 --- a/tests/foreman/destructive/test_leapp_satellite.py +++ b/tests/foreman/destructive/test_leapp_satellite.py @@ -18,8 +18,8 @@ @pytest.mark.e2e @pytest.mark.skipif( - get_sat_version().minor != 11 and get_sat_rhel_version().major > 7, - reason='Run only on sat6.11el7', + get_sat_version().minor != 16 or get_sat_rhel_version().major != 8, + reason='Run only on Satellite 6.16 el8', ) def test_positive_leapp(target_sat): """Upgrade satellite's RHEL version using leapp @@ -27,8 +27,8 @@ def test_positive_leapp(target_sat): :id: 761d4503-0b8c-494d-add5-b870fe1b90b9 :steps: - 1. Get satellite on rhel7 - 2. Run job template that upgrades satellite to rhel8 + 1. Get satellite on source rhel version + 2. Run job template that upgrades satellite to target rhel version 3. Check results :expectedresult: