From: Chen Qi Date: Wed, 13 Jun 2018 07:58:24 +0000 (+0800) Subject: oeqa/runtime/cases/parselogs.py: ignore a message from watchdog X-Git-Tag: uninative-2.2~378 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c90dff78310ab1517555c4df39b3e2d2f59ff06d;p=openembedded-core.git oeqa/runtime/cases/parselogs.py: ignore a message from watchdog The following message from watchdog is not an error. "error retry time-out = 60 seconds" Checking watchdog's source codes, we have: src/watchdog.c: log_message(LOG_INFO, "error retry time-out = %d seconds", retry_timeout); It's clear this is an info message, so parselogs should ignore it. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index bfebb38f25..1cdea58ef0 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py @@ -50,6 +50,7 @@ common_errors = [ "GPT: Use GNU Parted to correct GPT errors", "Cannot set xattr user.Librepo.DownloadInProgress", "Failed to read /var/lib/nfs/statd/state: Success", + "error retry time-out =", ] video_related = [