]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/controllers/masterimage: add a serial control command
authorStefan Stanacar <stefanx.stanacar@intel.com>
Wed, 30 Apr 2014 12:31:59 +0000 (13:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Apr 2014 20:52:12 +0000 (21:52 +0100)
commit5131094ad8f53b2052a97efd505e7a170d0c915d
tree80b0d7b9dcf2ed8ff54fff1691c241090abf8949
parent1dd1edb5ea551c8a01538b130aa4d0c361eae14d
oeqa/controllers/masterimage: add a serial control command

Similar to power control command, this depends on a user's setup to get to
the serial port of a board. For a local connected board this could just be:

TEST_SERIALCONTROL_CMD = "picocom /dev/ttyUSB0 -b 115200"

and for a serial console server: "telnet 10.11.12.13 7003" or some conmux
command.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/controllers/masterimage.py