utils: qemurunner.py: cleanup grammar and ensure consistency

Minor grammar correction along with making the term 'login banner'
consistent throughout to make searching logs easier.

(From OE-Core rev: 54e739485faba8d80f5af15407905aaeda4767f4)

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Asselstine
2017-12-01 11:30:13 -05:00
committed by Richard Purdie
parent c8f28c15e7
commit 31fc614a23

View File

@@ -317,7 +317,7 @@ class QemuRunner:
if not reachedlogin:
if time.time() >= endtime:
self.logger.debug("Target didn't reached login boot in %d seconds (%s)" %
self.logger.debug("Target didn't reach login banner in %d seconds (%s)" %
(self.boottime, time.strftime("%D %H:%M:%S")))
tail = lambda l: "\n".join(l.splitlines()[-25:])
# in case bootlog is empty, use tail qemu log store at self.msg