]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/utils/sshcontrol.py: helper module for running remote commands
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 28 Jun 2013 08:04:06 +0000 (11:04 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jul 2013 09:48:25 +0000 (10:48 +0100)
commit683cac9768e0d38fa15ddc5451e6b2333f184033
tree8aa3cf5a3bfe1deadfc9bc3d99188c42f724c7c0
parent7765c27705e90381975fb2b89ea2181287517761
lib/oeqa/utils/sshcontrol.py: helper module for running remote commands

Provides a class for setting up ssh connections,
running commands and copying files to/from a target.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
meta/lib/oeqa/utils/__init__.py [new file with mode: 0644]
meta/lib/oeqa/utils/sshcontrol.py [new file with mode: 0644]