summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2013-06-28 11:09:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-09 10:53:44 +0100
commit962c0a1fc0694403b385a6f11d710c8675399352 (patch)
tree239d5a70e1368c802b23c10e19489d32f96097db /scripts
parentac341af8fafc5ea6e3f937ea6ad078ab0812b2bc (diff)
downloadpoky-962c0a1fc0694403b385a6f11d710c8675399352.tar.gz
lib/oeqa/utils/oeqemuconsole.py: handle qemu serial console connection
Python's telnetlib Telnet class connects only to AF_INET sockets, but we want to use Unix domain socket for the qemu serial connection, so that's why we override it. Also we add a new read_all_timeout method similar to Telnet's read_all, that read until a match or timeout and logs all output. (From OE-Core rev: 1cfec2f0a1a1ee84cc6b2b6ad890688da85c5e81) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions