From: Aníbal Limón Date: Mon, 19 Sep 2016 16:50:19 +0000 (-0500) Subject: oeqa/runtime/parselogs.py: Add ignore of tsc calibration fail in x86 X-Git-Tag: uninative-1.4~43 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2271f59a0f506f89f9fea6777701c4b40790ddd9;p=openembedded-core.git oeqa/runtime/parselogs.py: Add ignore of tsc calibration fail in x86 We are experimenting failures to calibrate CPU's using TSC in x86 VM's due to usage of nested KVM [1], this is a known issue [2][3] in virtualization environments, for detail explnation see [4]. Also we already have an ignore for 'TSC Fast calibration fail'. [1] http://errors.yoctoproject.org/Errors/Details/83684/ [2] https://bugzilla.redhat.com/show_bug.cgi?id=814231 [3] https://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01547.html [4] https://www.kernel.org/doc/Documentation/virtual/kvm/timekeeping.txt Signed-off-by: Aníbal Limón Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index b5017c2492..763c42fde9 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -68,6 +68,7 @@ qemux86_common = [ 'Getting VBE info block failed', 'vbe_init() failed with -22', 'uvesafb: mode switch failed', + 'tsc: HPET/PMTIMER calibration failed', ] + common_errors ignore_errors = {