Skip to content

Commit

Permalink
[6.15.z] remove log check causing false negatives (#14401)
Browse files Browse the repository at this point in the history
remove log check causing false negatives (#14314)

(cherry picked from commit c76295b)

Co-authored-by: rmynar <[email protected]>
  • Loading branch information
2 people authored and damoore044 committed Mar 18, 2024
1 parent afc637b commit 3f711ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1381,8 +1381,7 @@ def sat_default_install(module_sat_ready_rhels):
f'foreman-initial-admin-password {settings.server.admin_password}',
]
install_satellite(module_sat_ready_rhels[0], installer_args)
yield module_sat_ready_rhels[0]
common_sat_install_assertions(module_sat_ready_rhels[0])
return module_sat_ready_rhels[0]


@pytest.fixture(scope='module')
Expand All @@ -1395,8 +1394,7 @@ def sat_non_default_install(module_sat_ready_rhels):
'foreman-proxy-content-pulpcore-hide-guarded-distributions false',
]
install_satellite(module_sat_ready_rhels[1], installer_args, enable_fapolicyd=True)
yield module_sat_ready_rhels[1]
common_sat_install_assertions(module_sat_ready_rhels[1])
return module_sat_ready_rhels[1]


@pytest.mark.e2e
Expand Down

0 comments on commit 3f711ca

Please sign in to comment.