[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8145/8267] qemurunner: fix bad indentation in serial login



commit e6c74f7ac9d5c6fffa37a9046994f489f06f627d
Author: Ross Burton <ross burton intel com>
Date:   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 gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/utils/qemurunner.py |    6 +++---
 1 files 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]