It's possible to customise the hostname trivially so don't assume that the hostname hasn't been configured.
Signed-off-by: Ross Burton <[email protected]> --- meta/lib/oeqa/utils/qemurunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index a15990e..59c9934 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/oeqa/utils/qemurunner.py @@ -137,7 +137,7 @@ class QemuRunner: if data: self.log(data) self.bootlog += data - if re.search("qemu.* login:", self.bootlog): + if re.search(".* login:", self.bootlog): stopread = True reachedlogin = True logging.info("Reached login banner") -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
