aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
AgeCommit message (Expand)AuthorFilesLines
2017-01-12Add support for Python 3Ross Brattain122-383/+702
2017-01-12heat: fix key_uuid formatRoss Brattain2-8/+16
2017-01-11Merge "associate an uuid to yardstick_key and yardstick_key.pub"Rex Lee2-10/+16
2017-01-10associate an uuid to yardstick_key and yardstick_key.pubJingLu52-10/+16
2017-01-10Merge "Yardstick framework concurrent support"Jing Lu1-1/+28
2017-01-10Merge "Add API to get the status of async task"Jing Lu3-15/+65
2017-01-10Add API to get the status of async taskchenjiankun3-15/+65
2017-01-10Merge "subprocess.call para stdout=PIPE is risky"Rex Lee1-2/+4
2017-01-09Yardstick framework concurrent supportchenjiankun1-1/+28
2016-12-30Split Yardstick CLI with Yardstick core logicchenjiankun12-763/+956
2016-12-30Merge "Yardstick Plugin: add support for ssh login using key"Jing Lu1-25/+51
2016-12-30Merge "BugFix: correct Copyright info in openstack_utils.py"Jing Lu1-1/+0
2016-12-28Yardstick Plugin: add support for ssh login using keyJingLu51-25/+51
2016-12-27BugFix: correct Copyright info in openstack_utils.pyJingLu51-1/+0
2016-12-26Use ConfigParser to write yardstick.confchenjiankun1-2/+16
2016-12-24Merge "Bugfix: the load_image.sh script will load a image with the same name"Jing Lu1-0/+2
2016-12-22Bugfix: the load_image.sh script will load a image with the same namechenjiankun1-0/+2
2016-12-20ssh: don't quote ~ in remotepathsRoss Brattain1-6/+10
2016-12-21subprocess.call para stdout=PIPE is riskyRyan.RCS1-2/+4
2016-12-20BugFix: remotepath cannot be foundJingLu51-3/+3
2016-12-15Merge "Add support for OpenSrack Newton"Rex Lee2-23/+105
2016-12-13Add support for OpenSrack NewtonJingLu52-23/+105
2016-12-13Merge "ssh.py: add flag to request for a pseudo terminal (pty) for ssh connec...Rex Lee1-3/+9
2016-12-12Merge "Increase Ping scenario ssh timeout limit to 600 seconds"Rex Lee1-1/+1
2016-12-12Merge "use context manager for stdin files and use _put_file_shell"Rex Lee25-121/+126
2016-12-12Merge "Add support for Storperf job status"Rex Lee1-28/+27
2016-12-08ssh.py: add flag to request for a pseudo terminal (pty) for ssh connectionDeepak S1-3/+9
2016-12-05use context manager for stdin files and use _put_file_shellRoss Brattain25-121/+126
2016-12-05Bugfix: create yardstick.conf file failed due to wrong config file pathchenjiankun1-1/+1
2016-12-05Merge "argsAlreadyParsedError: arguments already parsed: cannot register CLI ...Rex Lee1-12/+14
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-04Add API and command support for yardstick env preparechenjiankun5-5/+104
2016-12-02Add API to create Grafana containerchenjiankun2-0/+11
2016-12-02argsAlreadyParsedError: arguments already parsed: cannot register CLI optionchenjiankun1-12/+14
2016-12-01Merge "vsperf: Enhanced vswitchperf configuration"Rex Lee1-24/+43
2016-12-01Merge "ssh.py: add flag to keep stdin open"Rex Lee1-10/+18
2016-11-30switch logging to proper usageRoss Brattain31-97/+97
2016-11-30import new _put_file_shell method from upstream rallyRoss Brattain1-0/+34
2016-11-30vsperf: Enhanced vswitchperf configurationMartin Klozik1-24/+43
2016-11-30Merge "centralize logging into root logger"Rex Lee4-21/+53
2016-11-30Merge "netperf_node test case improvement."Rex Lee3-22/+58
2016-11-29centralize logging into root loggerRoss Brattain4-21/+53
2016-11-30Create API and command to create a influxDB containerchenjiankun5-1/+63
2016-11-30netperf_node test case improvement.liyin3-22/+58
2016-11-29fix SSH object examples to use correct context manager formRoss Brattain1-8/+13
2016-11-29Merge "contexts/node: default to pod.yaml"Rex Lee1-2/+2
2016-11-29Add support for Storperf job statusJingLu51-28/+27
2016-11-25ArgsAlreadyParsedError: arguments already parsed: cannot register CLI optionchenjiankun1-1/+16
2016-11-21ssh.py: add flag to keep stdin openRoss Brattain1-10/+18