[oe-commits] [openembedded-core] 35/43: qemurunner: fix bad indentation in serial login

git at git.openembedded.org git at git.openembedded.org
Sat Mar 3 08:36:36 UTC 2018


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

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

commit 1f15fb106f791fe0e7136578ca6f5501324eb826
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Oct 20 17:24:04 2017 +0100

    qemurunner: fix bad indentation in serial login
    
    (cherry picked from commit c4f57aed7a29000067c63a2821fddf18a88a23ce)
    (From OE-Core rev: 2de7ffd9f0656ffd5b6fa002213e5f619480aba8)
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index b9fa95e..0a1256e 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -334,9 +334,9 @@ class QemuRunner:
                         self.logger.info("configured ip address %s", self.ip)
                     else:
                         self.logger.info("Couldn't configure guest networking")
-                else:
-                    self.logger.info("Couldn't login into serial console"
-                                " as root using blank password")
+            else:
+                self.logger.info("Couldn't login into serial console"
+                            " as root using blank password")
         except:
             self.logger.info("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