summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 6bae3882d6..72f05d597f 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -335,9 +335,9 @@ class QemuRunner:
335 self.logger.info("configured ip address %s", self.ip) 335 self.logger.info("configured ip address %s", self.ip)
336 else: 336 else:
337 self.logger.info("Couldn't configure guest networking") 337 self.logger.info("Couldn't configure guest networking")
338 else: 338 else:
339 self.logger.info("Couldn't login into serial console" 339 self.logger.info("Couldn't login into serial console"
340 " as root using blank password") 340 " as root using blank password")
341 except: 341 except:
342 self.logger.info("Serial console failed while trying to login") 342 self.logger.info("Serial console failed while trying to login")
343 return True 343 return True