summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/parselogs.py
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-06-13 15:58:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-18 11:07:57 +0100
commitd3f43632236cc0750c00702a9a60b81873e0e348 (patch)
tree6b9a0280f0ec062439354cc5321dc9d238359d7a /meta/lib/oeqa/runtime/cases/parselogs.py
parentad85e224a41a1e8708e7f3acb6f847ce893969e7 (diff)
downloadpoky-d3f43632236cc0750c00702a9a60b81873e0e348.tar.gz
oeqa/runtime/cases/parselogs.py: extend common_errors list
Add the following line to common_errors list. Failed to read /var/lib/nfs/statd/state: Success This message is not harmful, it does not result in rpc.statd starting failure. (From OE-Core rev: 0f2c39149941d95fa979ec675f9dc25655886e2c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/parselogs.py')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index 1f36c61081..bfebb38f25 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -49,6 +49,7 @@ common_errors = [
49 "error: couldn\'t mount because of unsupported optional features", 49 "error: couldn\'t mount because of unsupported optional features",
50 "GPT: Use GNU Parted to correct GPT errors", 50 "GPT: Use GNU Parted to correct GPT errors",
51 "Cannot set xattr user.Librepo.DownloadInProgress", 51 "Cannot set xattr user.Librepo.DownloadInProgress",
52 "Failed to read /var/lib/nfs/statd/state: Success",
52 ] 53 ]
53 54
54video_related = [ 55video_related = [