aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking/ping.py
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Ping: Fix TypeError without SLA in timeout scenarioDeepanshu Bhatia1-6/+8
2018-06-15Convert SLA asserts to raisesMiikka Koistinen1-10/+10
2017-10-12ping: always save rtt data, influxdb ignore empty dataRoss Brattain1-8/+27
2017-09-14improve logging, clear using printrexlee87761-1/+1
2017-07-06move flatten dict key to common utilsrexlee87761-2/+4
2017-06-20ping: don't split if target_vm is a dictRoss Brattain1-1/+4
2017-04-11standardize ssh authRoss Brattain1-16/+2
2017-01-16Use """ to replace ''' in docstringchenjiankun1-1/+1
2017-01-12Add support for Python 3Ross Brattain1-1/+4
2016-12-12Merge "Increase Ping scenario ssh timeout limit to 600 seconds"Rex Lee1-1/+1
2016-12-05use context manager for stdin files and use _put_file_shellRoss Brattain1-3/+4
2016-11-10add option to connect to non-standard ssh portRoss Brattain1-2/+5
2016-08-26Increase Ping scenario ssh timeout limit to 600 secondsJingLu51-1/+1
2016-07-26Modify ping scenario output formatJingLu51-5/+12
2016-07-06fix the ssh bug when run tc043 in CIrexlee87761-4/+10
2016-07-04Add support for multiple VMsJingLu51-18/+21
2016-06-30fix ssh bug when running tc043 on huawei_pod1rexlee87761-2/+2
2016-06-14fix bug when running tc043, ssh failrexlee87761-2/+3
2016-01-13Fix flake8 errorsJo¶rgen Karlsson1-2/+2
2015-11-02Avoid the ValueError exception for a ping timeout.wu.zhihui1-5/+8
2015-10-27Heat context code refactor part 2QiLiang1-13/+45
2015-10-22Update sla check for scenarioshoujingwen1-6/+4
2015-09-16Remove setting logger level to debug in scenariosKristian Hunt1-1/+1
2015-06-29Add support to list and show runners & scenariosHans Feldt1-1/+9
2015-06-18Fix order of arguments in ping.pyJo¶rgen Karlsson1-1/+1
2015-06-16Add support for single server ping testHans Feldt1-5/+10
2015-06-15add unit test for pingJo¶rgen Karlsson1-17/+0
2015-05-20add ping benchmark typeHans Feldt1-0/+78