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

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:25:01 UTC 2017


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

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

commit 2de7ffd9f0656ffd5b6fa002213e5f619480aba8
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)
    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 6bae388..72f05d5 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -335,9 +335,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