]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/utils/qemurunner.py: class to handle qemu instance
authorRadu Moisan <radu.moisan@intel.com>
Fri, 28 Jun 2013 08:27:56 +0000 (11:27 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jul 2013 09:48:49 +0000 (10:48 +0100)
commitee7d64dfcc02ba8f568b17d181e0a58d3c810076
treec9b4faff755009a6d6c1fd68790dc756aeeffe0f
parent1cfec2f0a1a1ee84cc6b2b6ad890688da85c5e81
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.

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
meta/lib/oeqa/utils/qemurunner.py [new file with mode: 0644]
scripts/runqemu