generic-poky/meta/lib/oeqa/utils
Radu Moisan 88a6eb8027 lib/oeqa/utils/qemurunner.py: class to handle qemu instance
Handles qemu instances (launch, kill, restart, serial connection, logging)
Launch is blocking until login prompt and returns to the task. A qemu
serial connection is used to save the boot log and get the ip from the image.
Changed runqemu script not to error out when using custom serial option.

(From OE-Core rev: ee7d64dfcc02ba8f568b17d181e0a58d3c810076)

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-07-09 10:53:45 +01:00
..
__init__.py lib/oeqa/utils/sshcontrol.py: helper module for running remote commands 2013-07-09 10:53:44 +01:00
oeqemuconsole.py lib/oeqa/utils/oeqemuconsole.py: handle qemu serial console connection 2013-07-09 10:53:44 +01:00
qemurunner.py lib/oeqa/utils/qemurunner.py: class to handle qemu instance 2013-07-09 10:53:45 +01:00
sshcontrol.py lib/oeqa/utils/sshcontrol.py: helper module for running remote commands 2013-07-09 10:53:44 +01:00