summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Bugfix: network_utilization: parse errorchenjiankun1-15/+14
2017-03-09Bugfix: Failed executing command: 'free -s 1 -c 10'chenjiankun1-5/+5
2017-03-09Merge "move external_network auto-assign to Heat context"Rex Lee2-14/+15
2017-03-08Bugfix: yardstick will create stacks with the same name when run using API in...chenjiankun7-109/+130
2017-02-28move external_network auto-assign to Heat contextRoss Brattain2-14/+15
2017-02-26heat: replace dict key checking with .get()Ross Brattain1-9/+6
2017-02-27Merge "ci in huawei-pod1 do not run test case after tc074"Rex Lee1-1/+5
2017-02-26heat context support affinity and anti-affinityrexlee87762-17/+63
2017-02-23Merge "Update missing license headers"Rex Lee15-0/+128
2017-02-21ci in huawei-pod1 do not run test case after tc074chenjiankun1-1/+5
2017-02-21improving if conditions :)Deepak S2-5/+5
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