]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/target Add OESSHTarget to sent commands to targets using SSH
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 31 Oct 2016 12:58:38 +0000 (12:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:55 +0000 (12:03 +0000)
commit3bc13548df4adb85f09467d200530a9c9f60da04
tree7ab8b69e8e047b07bfdbcf9cc27a8dc445e367bd
parent637b712096e9d230e15b1a432a561e4118db34c8
oeqa/core/target Add OESSHTarget to sent commands to targets using SSH

With this commit now it is possible to add targets with SSH for testing.
Most of it was imported for existing code, with improvements in log
handling.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
meta/lib/oeqa/core/target/__init__.py [new file with mode: 0644]
meta/lib/oeqa/core/target/ssh.py [new file with mode: 0644]