From 2e43cc23150f4fcbff2cae2406bb8406917a553b Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Mon, 6 May 2024 09:28:29 +0200 Subject: [PATCH] CI: Fix fluentd log check Change-Id: I31969eaac40c4de985be8d9d05befa930b788800 --- tests/check-logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check-logs.sh b/tests/check-logs.sh index 94722d012e..1dd4c01460 100755 --- a/tests/check-logs.sh +++ b/tests/check-logs.sh @@ -8,7 +8,7 @@ set -o pipefail # Enable unbuffered output for Ansible in Jenkins. export PYTHONUNBUFFERED=1 -declare -a fluentchecks=("got incomplete line before first line" "pattern not matched") +declare -a fluentchecks=("got incomplete line before first line" "pattern not matched:" "Could not communicate to OpenSearch") function check_openstack_log_file_for_level { # $1: file