aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Update missing license headersDeepak S15-0/+128
2017-02-16Merge "Context improvement: add support for configing node environment"Rex Lee2-8/+78
2017-02-16Context improvement: add support for configing node environmentchenjiankun2-8/+78
2017-02-16Merge "Bugfix: AttributeError: 'dict' object has no attribute 'encode'"Jing Lu1-3/+19
2017-02-16Merge "New reliability/availability testcase - IP datagram error rate and etc."Rex Lee1-0/+130
2017-02-16Merge "pylint fixes: remove redundant parens, fix comparison order"Rex Lee3-4/+4
2017-02-15Bugfix: AttributeError: 'dict' object has no attribute 'encode'chenjiankun1-3/+19
2017-02-14Update Openstack CLI Command in yardstick ha test framework configuration fil...tjuyinkanglin2-2/+2
2017-02-14Merge "heat: minor fixes, don't use len > 0 and use next instead of [0]"Kubi1-2/+2
2017-02-14Merge "fix super() calls, must use explicit class name"Rex Lee5-7/+7
2017-02-14Merge "more logging fixes"Rex Lee3-23/+21
2017-02-14Merge "heat: convert open to context manager"Rex Lee1-3/+4
2017-02-14Merge "vnf_generic: replace list comprehension with generator expression"Jing Lu1-3/+3
2017-02-13New reliability/availability testcase - IP datagram error rate and etc.JingLu51-0/+130
2017-02-09fix super() calls, must use explicit class nameRoss Brattain5-7/+7
2017-02-07more logging fixesRoss Brattain3-23/+21
2017-02-08pylint fixes: remove redundant parens, fix comparison orderRoss Brattain3-4/+4
2017-02-08vnf_generic: replace list comprehension with generator expressionRoss Brattain1-3/+3
2017-02-08vnf_generic: convert sshmanager to classRoss Brattain1-27/+27
2017-01-26Merge "Introducing Generic framework to do pre-deployment VNF & Network servi...Kubi1-0/+328
2017-01-23Merge "Record task status if running via CLI"Rex Lee1-2/+0
2017-01-20Record task status if running via CLIchenjiankun1-2/+0
2017-01-20Create API to get a list of all test caseschenjiankun1-76/+67
2017-01-20Merge "Bugfix:can not run a test suite if not under yardstick root path"Jing Lu1-0/+2
2017-01-19Introducing Generic framework to do pre-deployment VNF & Network service testingDeepak S1-0/+328
2017-01-19Introducing Standalone context for running test in non-managed environment.Deepak S1-0/+116
2017-01-19Merge "Bugfix: context not found for server ''node1.LF''"Kubi1-1/+2
2017-01-19Bugfix: context not found for server ''node1.LF''chenjiankun1-1/+2
2017-01-19Re-factor Node.py to use better python inbuilt functionsDeepak S1-21/+35
2017-01-17heat: minor fixes, don't use len > 0 and use nextRoss Brattain1-2/+2
2017-01-17heat: convert open to context managerRoss Brattain1-3/+4
2017-01-16Use """ to replace ''' in docstringchenjiankun41-153/+153
2017-01-14Bugfix:can not run a test suite if not under yardstick root pathchenjiankun1-0/+2
2017-01-12Add support for Python 3Ross Brattain64-178/+345
2017-01-12heat: fix key_uuid formatRoss Brattain1-5/+6
2017-01-11Merge "associate an uuid to yardstick_key and yardstick_key.pub"Rex Lee1-7/+8
2017-01-10associate an uuid to yardstick_key and yardstick_key.pubJingLu51-7/+8
2017-01-10Merge "Yardstick framework concurrent support"Jing Lu1-1/+28
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 logicchenjiankun6-0/+918
2016-12-21subprocess.call para stdout=PIPE is riskyRyan.RCS1-2/+4
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-05use context manager for stdin files and use _put_file_shellRoss Brattain25-121/+126
2016-12-01Merge "vsperf: Enhanced vswitchperf configuration"Rex Lee1-24/+43
2016-11-30switch logging to proper usageRoss Brattain28-87/+87
2016-11-30vsperf: Enhanced vswitchperf configurationMartin Klozik1-24/+43
2016-11-30Merge "netperf_node test case improvement."Rex Lee3-22/+58