summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-12-01 11:30:13 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-10 22:45:20 +0000
commit31fc614a234946b95bbbe92c5e6f7e59fba594a8 (patch)
treeca4519d491406193c00094d8f53de25332fd52f0 /meta/lib/oeqa/utils
parentc8f28c15e7b1355bab4964516873f53a3aec3e1d (diff)
downloadpoky-31fc614a234946b95bbbe92c5e6f7e59fba594a8.tar.gz
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>
Diffstat (limited to 'meta/lib/oeqa/utils')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index dfcd63eab4..c962602a63 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -317,7 +317,7 @@ class QemuRunner:
317 317
318 if not reachedlogin: 318 if not reachedlogin:
319 if time.time() >= endtime: 319 if time.time() >= endtime:
320 self.logger.debug("Target didn't reached login boot in %d seconds (%s)" % 320 self.logger.debug("Target didn't reach login banner in %d seconds (%s)" %
321 (self.boottime, time.strftime("%D %H:%M:%S"))) 321 (self.boottime, time.strftime("%D %H:%M:%S")))
322 tail = lambda l: "\n".join(l.splitlines()[-25:]) 322 tail = lambda l: "\n".join(l.splitlines()[-25:])
323 # in case bootlog is empty, use tail qemu log store at self.msg 323 # in case bootlog is empty, use tail qemu log store at self.msg