[oe-commits] [openembedded-core] 14/68: oeqa/utils/qemurunner: Print output when failed to login

git at git.openembedded.org git at git.openembedded.org
Mon Jan 28 17:07:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch thud-next
in repository openembedded-core.

commit b09f261867fbdf206afc1059fc5a84a52d49a97a
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Dec 27 00:59:43 2018 -0800

    oeqa/utils/qemurunner: Print output when failed to login
    
    This is useful for debugging.
    
    (From OE-Core rev: da527d73f5eeae0f29b5f99aab757491d3f87ec7)
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/lib/oeqa/utils/qemurunner.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index c7442a2..f7fbe1b 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -345,6 +345,7 @@ class QemuRunner:
             else:
                 self.logger.debug("Couldn't login into serial console"
                             " as root using blank password")
+                self.logger.debug("The output:\n%s" % output)
         except:
             self.logger.debug("Serial console failed while trying to login")
         return True

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list