From 1f7ec6e85f9078ca3a17f19ec832e4170d590ea3 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Fri, 7 Jun 2024 03:05:42 -0400 Subject: [PATCH] [6.14.z] [cherry-pick] Skip assertion for test_satellite_installation if SAT-21086 is open (#15365) [cherry-pick] Skip assertion for test_satellite_installation if SAT-21086 is open (#15360) Skip assertion for test_satellite_installation if SAT-21086 is open (#15358) (cherry picked from commit 8a88db89ab3d862272c7642ff9d0df21393ea027) Co-authored-by: Jameer Pathan <21165044+jameerpathan111@users.noreply.github.com> --- tests/foreman/installer/test_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/installer/test_installer.py b/tests/foreman/installer/test_installer.py index fb121d0b2dc..7512e6adc30 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -1329,7 +1329,7 @@ def common_sat_install_assertions(satellite): assert len(result.stdout) == 0 # no errors in /var/log/foreman/production.log result = satellite.execute(r'grep --context=100 -E "\[E\|" /var/log/foreman/production.log') - if not is_open('BZ:2247484'): + if not is_open('SAT-21086'): assert len(result.stdout) == 0 # no errors/failures in /var/log/foreman-installer/satellite.log result = satellite.execute(