From 207ea00277069eab09556ccc991be50b4ae031ae Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:43:38 -0400 Subject: [PATCH] [6.13.z] Remove stubbed FM case that is no longer needed (#12823) Remove stubbed FM case that is no longer needed (cherry picked from commit ea10c6c88ab1ab79ff6f40b1ba7d7babb09f6f79) Co-authored-by: Griffin Sullivan --- tests/foreman/maintain/test_packages.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/tests/foreman/maintain/test_packages.py b/tests/foreman/maintain/test_packages.py index a27fb510697..ba288549ab0 100644 --- a/tests/foreman/maintain/test_packages.py +++ b/tests/foreman/maintain/test_packages.py @@ -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 - """