diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-06-13 15:58:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-18 10:59:33 +0100 |
commit | 0f2c39149941d95fa979ec675f9dc25655886e2c (patch) | |
tree | 6a06cc3f0979aaf78114628bd93631e73f817a1d | |
parent | 70470dfa88338cae06670195bb7009cb13098ac2 (diff) | |
download | openembedded-core-0f2c39149941d95fa979ec675f9dc25655886e2c.tar.gz openembedded-core-0f2c39149941d95fa979ec675f9dc25655886e2c.tar.bz2 openembedded-core-0f2c39149941d95fa979ec675f9dc25655886e2c.zip |
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.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 1 |
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 = [ "error: couldn\'t mount because of unsupported optional features", "GPT: Use GNU Parted to correct GPT errors", "Cannot set xattr user.Librepo.DownloadInProgress", + "Failed to read /var/lib/nfs/statd/state: Success", ] video_related = [ |