From d5d107ea6f6d045f27b9d2574420b75c9c4f0945 Mon Sep 17 00:00:00 2001 From: Jameer Pathan <21165044+jameerpathan111@users.noreply.github.com> Date: Fri, 7 Jun 2024 08:30:36 +0200 Subject: [PATCH] [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) --- 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(