]> code.ossystems Code Review - openembedded-core.git/commit
utils: qemurunner.py: Add wall clock to 'timeout' logging
authorMark Asselstine <mark.asselstine@windriver.com>
Fri, 1 Dec 2017 16:30:11 +0000 (11:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Dec 2017 22:41:41 +0000 (22:41 +0000)
commit4a6364309547d77d1d7a94c48f7c51ceee2b5d1a
treeff188c644866c323bd7501d9e428f3d686a24b8a
parentebdd054ad85b19d47dd20eab0ba3f31ef5141140
utils: qemurunner.py: Add wall clock to 'timeout' logging

When debugging issues when timeouts are involved it is always best to
have wall clock times included. This helps give confidence that the
timeout is in fact run down at the right rate and that no unexpected
events were the true cause of a premature running down of the
timeout. Having these times in old logs also helps when debugging
issues as we have a historic record as to what is a 'typical' time to
complete an action.

In addition to adding the wall clock times the time to 'login' is now
printed making it consistent with the time to 'qemu pid'.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/qemurunner.py