]> code.ossystems Code Review - openembedded-core.git/commit
qemurunner.py: Added raw mode in run_serial
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 12 Aug 2015 07:02:21 +0000 (07:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 16 Aug 2015 08:24:20 +0000 (09:24 +0100)
commitb8ead7c0929c4096e50b481a608f5d0c09eab29d
tree735ba4413f02bbef1c7a8441af72aec8dd42c453
parentcc2b1c28801399c6b525248fa0dabf7c42afc714
qemurunner.py: Added raw mode in run_serial

Raw mode allows to send the command without sending
'echo $?' for validation; Also this doesn't remove the
command or the prompt from the output returned. In raw
mode validation is done if there is output.

This raw mode would be useful for validate the prompt
when a user logs in.

[YOCTO #8118]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/qemurunner.py