aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
AgeCommit message (Expand)AuthorFilesLines
2017-02-15Scenario is reporting result for last test onlychenjiankun3-5/+20
2017-02-14Merge "heat: minor fixes, don't use len > 0 and use next instead of [0]"Kubi1-2/+2
2017-02-14Merge "Bux: task_id parameter from API can not pass to yardstick core"Rex Lee1-1/+1
2017-02-14Merge "fix super() calls, must use explicit class name"Rex Lee5-7/+7
2017-02-14Merge "more logging fixes"Rex Lee5-25/+23
2017-02-14Merge "heat: convert open to context manager"Rex Lee1-3/+4
2017-02-14Merge "heat: close file before parsing template"Rex Lee1-1/+1
2017-02-14Merge "vnf_generic: replace list comprehension with generator expression"Jing Lu1-3/+3
2017-02-14Merge "Bugfix: write_json_to_file: use json.dump with files"Jing Lu1-1/+2
2017-02-14Merge "nsb: move NSB root to constant, add unittest"Jing Lu1-4/+6
2017-02-14Merge "vnf_generic: convert sshmanager to class"Jing Lu1-27/+27
2017-02-14Merge "vnfdgen: replace six.iteritems() with .items()"Jing Lu1-3/+3
2017-02-14Merge "Bugfix: apex_lake: sort json keys for git"Jing Lu3-6/+9
2017-02-13Merge "Push yardstick debug log into the artifacts"Kubi2-1/+6
2017-02-10Bux: task_id parameter from API can not pass to yardstick corechenjiankun1-1/+1
2017-02-09fix super() calls, must use explicit class nameRoss Brattain5-7/+7
2017-02-07more logging fixesRoss Brattain5-25/+23
2017-02-08Bugfix: apex_lake: sort json keys for gitRoss Brattain3-6/+9
2017-02-08nsb: move NSB root to constant, add unittestRoss Brattain1-4/+6
2017-02-08vnfdgen: replace six.iteritems() with .items()Ross Brattain1-3/+3
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-02-08Bugfix: write_json_to_file: use json.dump with filesRoss Brattain1-1/+2
2017-02-07fix unittests failures due to py3Deepak S1-1/+1
2017-02-07fix unittests, mock trex_stl_lib, fix raw_input, divisionRoss Brattain2-1/+6
2017-02-06Merge "Adding simple cmdline to run the Network service testcases"Kubi1-0/+213
2017-02-06Merge "Adding vPE VNF class aligned with IETS per-deploy senarios"Kubi1-0/+331
2017-02-06Merge "Adding Trex rfc2544 VNF class to initate Traffic for throughput"Kubi1-0/+285
2017-02-06Merge "Adding trex trafficgen example."Kubi1-0/+278
2017-02-06Merge "Adding ping based sample VNF appliance"Kubi2-0/+227
2017-02-06Merge "Adding generic traffic profiles for trex traffic generator"Kubi3-0/+637
2017-02-06Push yardstick debug log into the artifactsrexlee87762-1/+6
2017-02-06Fix: network_services: decode stdout instead of encodeRoss Brattain1-1/+1
2017-01-26Merge "Add infrastructure to add the NFVi KPI collections"Kubi5-0/+489
2017-01-26Merge "Introducing Generic framework to do pre-deployment VNF & Network servi...Kubi7-0/+790
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