generic-poky/meta/lib/oeqa/utils
Mariano Lopez eb0ab04149 sshcontrol.py: Add methods to copy dirs and delete files
This patch add new methods to SSHControl class. These methods
include:
    - Copy a dir to DUT
    - Delete a file in the DUT
    - Delete a directory in the DUT (if empty)
    - Delete a directory structure in the DUT

[YOCTO #9565]

(From OE-Core rev: f22afb09fefdcb568d79ccd81277a43dacee2a82)

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-11 10:33:41 +01:00
..
__init__.py classes/testsdk: Move code for avoid PATHs to oeqa.utils 2016-02-28 11:33:06 +00:00
commands.py oeqa/runexported.py: Fix exported test 2016-04-12 22:50:21 +01:00
decorators.py oeqa/utils/decorators: fix missing keyword arguments on decorators 2015-10-27 07:24:30 +00:00
dump.py testimage: Added IO commands to dumps 2015-10-01 17:54:55 +01:00
ftools.py oeqa/utils/ftools: improve remove_from_file algorithm 2016-03-28 15:55:50 +01:00
httpserver.py oeqa/utils/httpserver: Reset SIGTERM handler 2014-08-23 09:31:41 +01:00
logparser.py oeqa/utils/logparser.py: results based log parser utility 2014-09-10 15:38:56 +01:00
network.py oeqa/utils: added new network module 2016-02-28 11:32:58 +00:00
qemurunner.py qemurunner: add parameter to method 'start' 2016-02-15 16:28:44 +00:00
qemutinyrunner.py oeqa/utils: Add runner for poky-tiny qemu. 2015-04-10 18:10:27 +01:00
sshcontrol.py sshcontrol.py: Add methods to copy dirs and delete files 2016-05-11 10:33:41 +01:00
targetbuild.py oeqa/targetbuild: Ensure we run gnu-configize so config files are up to date 2015-09-12 22:48:47 +01:00
testexport.py oeqa/utils/testexport.py: add functionality for exporting binaries 2016-03-20 23:12:27 +00:00