Skip to content

Commit

Permalink
[6.13.z] Remove stubbed FM case that is no longer needed (#12823)
Browse files Browse the repository at this point in the history
Remove stubbed FM case that is no longer needed

(cherry picked from commit ea10c6c)

Co-authored-by: Griffin Sullivan <[email protected]>
  • Loading branch information
Satellite-QE and Griffin-Sullivan authored Oct 10, 2023
1 parent 1cf66a7 commit 207ea00
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tests/foreman/maintain/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,22 +273,3 @@ def test_positive_fm_packages_update(request, sat_maintain):
def _finalize():
assert sat_maintain.execute('dnf remove -y walrus').status == 0
sat_maintain.execute('rm -rf /etc/yum.repos.d/custom_repo.repo')


@pytest.mark.stubbed
def test_positive_fm_packages_sat_installer(sat_maintain):
"""Verify satellite-installer is not executed after install/update
of satellite-maintain/rubygem-foreman_maintain package
:id: d73971a1-68b4-4ab2-a87c-76cc5ff80a39
:steps:
1. satellite-maintain packages install/update satellite-maintain/rubygem-foreman_maintain
:BZ: 1825841
:expectedresults: satellite-installer shouldn't be executed after install/update
of satellite-maintain/rubygem-foreman_maintain package
:CaseAutomation: ManualOnly
"""

0 comments on commit 207ea00

Please sign in to comment.