Skip to content

Commit

Permalink
Update test_positive_leapp for 6.16 (#15339)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpramuk authored Jun 6, 2024
1 parent f19655d commit cdbd104
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/foreman/destructive/test_leapp_satellite.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@

@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
: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:
Expand Down

0 comments on commit cdbd104

Please sign in to comment.