aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/ssh.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Debugging information when dpdk bind fails should be improvedDanielMartinBuckley1-0/+2
2019-02-06Merge "Improve SSH to Open/Close interactive terminal"Volodymyr Mytnyk1-0/+80
2019-01-18Remove redundant commentEmma Foley1-8/+0
2019-01-14Improve SSH to Open/Close interactive terminaltreyad1-0/+80
2018-08-02Change AutoConnectSSH to return error code by defaultMytnyk, Volodymyr1-1/+1
2018-07-31Fix remote command execution in common.utilsMiikka Koistinen1-2/+3
2018-06-19Refactor remote command execution in pktgenMiikka Koistinen1-5/+7
2018-06-01Convert SSH custom exceptions to Yardstick exceptionsRodolfo Alonso Hernandez1-24/+25
2018-03-01NSB: move interface probe to VNF, and attempt driver-only probe firstRoss Brattain1-21/+47
2017-12-25Add get function in ssh.pyJingLu51-0/+6
2017-09-15Generate pod.yaml from current contextRoss Brattain1-0/+9
2017-09-13ssh fix, always waitRoss Brattain1-1/+2
2017-08-21ssh: add new get_file_obj method to fetch remote filesRoss Brattain1-0/+10
2017-08-08NSB updateDeepak S1-18/+129
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