aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/contexts
AgeCommit message (Expand)AuthorFilesLines
2017-05-04standardize ssh authRoss Brattain1-15/+1
2017-04-06Yardstick virtualenv supportchenjiankun3-7/+6
2017-03-20Add CPU pinning support for node contextJingLu51-8/+29
2017-03-09Merge "move external_network auto-assign to Heat context"Rex Lee1-3/+14
2017-03-08Bugfix: yardstick will create stacks with the same name when run using API in...chenjiankun5-2/+10
2017-02-28move external_network auto-assign to Heat contextRoss Brattain1-3/+14
2017-02-26heat: replace dict key checking with .get()Ross Brattain1-9/+6
2017-02-26heat context support affinity and anti-affinityrexlee87762-17/+63
2017-02-21improving if conditions :)Deepak S1-2/+2
2017-02-16Context improvement: add support for configing node environmentchenjiankun1-6/+76
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 "heat: convert open to context manager"Rex Lee1-3/+4
2017-02-09fix super() calls, must use explicit class nameRoss Brattain5-7/+7
2017-01-19Introducing Standalone context for running test in non-managed environment.Deepak S1-0/+116
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 docstringchenjiankun5-45/+45
2017-01-12Add support for Python 3Ross Brattain5-14/+29
2017-01-12heat: fix key_uuid formatRoss Brattain1-5/+6
2017-01-10associate an uuid to yardstick_key and yardstick_key.pubJingLu51-7/+8
2016-11-30switch logging to proper usageRoss Brattain1-1/+1
2016-11-10contexts/node: default to pod.yamlRoss Brattain1-2/+2
2016-11-01Bugfix:fix a bug that yardstick_key.pub cannot be found in Yardstick dockerJingLu51-1/+3
2016-10-25remove yardstick_key from the repoJingLu51-0/+21
2016-10-10Bugfix: no pod.yaml file error when run test case not in the root pathchenjiankun1-1/+5
2016-07-28Bugfix: Only add keyword "external_network" to the first networkwu.zhihui1-6/+6
2016-07-21Fix a bug for node contextSongnon1-1/+3
2016-06-01Change floating ip association methodAkos Farago1-1/+1
2016-02-18Add heat template workaround for odl-l3Jo¶rgen Karlsson1-0/+8
2016-02-09Revert "Test: Workaround for ODL Lithium"Jörgen Karlsson1-12/+1
2016-02-05Test: Workaround for ODL LithiumJörgen Karlsson1-1/+12
2016-01-27Revert "Test: Workaround for ODL scenarios"Jörgen Karlsson1-10/+1
2016-01-27Test: Workaround for ODL scenariosJo¶rgen Karlsson1-1/+10
2016-01-15HeatContext model update to match heat code updateQiLiang1-0/+2
2016-01-12Workround for openstack nova bugQiLiang1-2/+21
2016-01-08support for ipv6kubi1-9/+2
2015-12-31Add Dummy context and scenario typeQiLiang1-0/+38
2015-11-01Support NodeContext typeQiLiang1-0/+94
2015-10-27Heat context code refactor part 2QiLiang2-7/+24
2015-10-20Heat context code refactorQiLiang4-0/+531