mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
oeqa/targetcontrol: fix misspelled RuntimeError
(From OE-Core rev: 21c513fccbf743f9000c3b7b13fc4962c3ae5c7d) Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 92ffc35052768c753a89b4839c70db87072437a2) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
3f20a7cc1f
commit
ab3f78f960
@ -205,7 +205,7 @@ class QemuTarget(BaseTarget):
|
||||
self.server_ip = self.runner.server_ip
|
||||
self.connection = SSHControl(ip=self.ip, logfile=self.sshlog)
|
||||
else:
|
||||
raise RuntimError("%s - FAILED to re-start qemu - check the task log and the boot log" % self.pn)
|
||||
raise RuntimeError("%s - FAILED to re-start qemu - check the task log and the boot log" % self.pn)
|
||||
|
||||
def run_serial(self, command, timeout=60):
|
||||
return self.runner.run_serial(command, timeout=timeout)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user