Add get function in ssh.py 97/49597/2
authorJingLu5 <lvjing5@huawei.com>
Mon, 25 Dec 2017 01:47:16 +0000 (01:47 +0000)
committerJingLu5 <lvjing5@huawei.com>
Mon, 25 Dec 2017 01:55:52 +0000 (01:55 +0000)
commit363185dfe9153a67892be8544fb4b5bf8709fbbc
tree13eaaa007a84a2c8afb02807050b30ab2143618f
parent3984c976967e3d697473cd3bb85204577a838dcd
Add get function in ssh.py

JIRA: YARDSTICK-904

This task is about to implement a get function in ssh.py to
fetch desired files/folder in a remote VM to a local path.

In some test cases, test tools will produce results in files.
We want retain the original result files and archive them in
Yardstick docker for future usage.

Change-Id: Ifd333eb044ce31cffa6f5b2a8f6a46648a8858d1
Signed-off-by: JingLu5 <lvjing5@huawei.com>
tests/unit/test_ssh.py
yardstick/ssh.py