aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/ssh.py
AgeCommit message (Expand)AuthorFilesLines
2017-04-11standardize ssh authRoss Brattain1-2/+24
2017-01-19Verify stdin data before doing encodeutils safe_encodeDeepak S1-2/+5
2017-01-12Add support for Python 3Ross Brattain1-5/+10
2016-12-20ssh: don't quote ~ in remotepathsRoss Brattain1-6/+10
2016-12-20BugFix: remotepath cannot be foundJingLu51-3/+3
2016-12-08ssh.py: add flag to request for a pseudo terminal (pty) for ssh connectionDeepak S1-3/+9
2016-12-05Merge "fix SSH object examples to use correct context manager form"Rex Lee1-8/+13
2016-12-05Merge "import new _put_file_shell method from upstream rally"Rex Lee1-0/+34
2016-12-01Merge "ssh.py: add flag to keep stdin open"Rex Lee1-10/+18
2016-11-30switch logging to proper usageRoss Brattain1-4/+4
2016-11-30import new _put_file_shell method from upstream rallyRoss Brattain1-0/+34
2016-11-29centralize logging into root loggerRoss Brattain1-7/+18
2016-11-29fix SSH object examples to use correct context manager formRoss Brattain1-8/+13
2016-11-21ssh.py: add flag to keep stdin openRoss Brattain1-10/+18
2016-11-10add option to connect to non-standard ssh portRoss Brattain1-2/+5
2016-08-15bug fix: ssh authentiation error when run compass scenario in fuelrexlee87761-1/+3
2016-08-12[Yardstick-233]latency measurment by using pktgen-dpdkwu.zhihui1-0/+5
2016-01-10Support run cyclictest on BareMetalQiLiang1-0/+7
2015-05-20add ssh moduleHans Feldt1-0/+256