aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
AgeCommit message (Expand)AuthorFilesLines
2017-01-24Merge "Generic helper function to provision and get path from config"Rex Lee1-0/+62
2017-01-23Merge "Record task status if running via CLI"Rex Lee5-48/+39
2017-01-20Record task status if running via CLIchenjiankun5-48/+39
2017-01-20Create API to get a list of all test caseschenjiankun4-81/+97
2017-01-20Merge "Bugfix:can not run a test suite if not under yardstick root path"Jing Lu1-0/+2
2017-01-20Merge "Bugfix: task_id parameter from API can not pass to yardstick core"Jing Lu1-1/+1
2017-01-19Adding simple cmdline to run the Network service testcasesDeepak S1-0/+213
2017-01-19Adding vPE VNF class aligned with IETS per-deploy senariosDeepak S1-0/+331
2017-01-19Adding Trex rfc2544 VNF class to initate Traffic for throughputDeepak S1-0/+285
2017-01-19Adding trex trafficgen example.Deepak S1-0/+278
2017-01-19Adding ping based sample VNF applianceDeepak S2-0/+227
2017-01-19Adding generic traffic profiles for trex traffic generatorDeepak S3-0/+637
2017-01-19Add infrastructure to add the NFVi KPI collectionsDeepak S5-0/+489
2017-01-19Introducing Generic framework to do pre-deployment VNF & Network service testingDeepak S7-0/+790
2017-01-19Generic helper function to provision and get path from configDeepak S1-0/+62
2017-01-19Introducing the collector to subscribe/publish the KPIs for yardstick plotDeepak S4-0/+68
2017-01-19Introducing Standalone context for running test in non-managed environment.Deepak S1-0/+116
2017-01-19Merge "Verify stdin data before doing encodeutils safe_encode"Kubi1-2/+5
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-19Merge "Re-factor Node.py to use better python inbuilt functions"Kubi1-21/+35
2017-01-19Merge "Add unittest framework for Yardstick API"Jing Lu1-0/+2
2017-01-19Verify stdin data before doing encodeutils safe_encodeDeepak S1-2/+5
2017-01-19Re-factor Node.py to use better python inbuilt functionsDeepak S1-21/+35
2017-01-17heat: close file before parsing templateRoss Brattain1-1/+1
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-17Add unittest framework for Yardstick APIchenjiankun1-0/+2
2017-01-16Use """ to replace ''' in docstringchenjiankun61-243/+243
2017-01-14Bugfix:can not run a test suite if not under yardstick root pathchenjiankun1-0/+2
2017-01-12Add support for Python 3Ross Brattain122-383/+702
2017-01-12heat: fix key_uuid formatRoss Brattain2-8/+16
2017-01-11Bugfix: task_id parameter from API can not pass to yardstick corechenjiankun1-1/+1
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