Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.12.z] Remove stubbed FM case that is no longer needed #12825

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions tests/foreman/maintain/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,22 +270,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
"""