aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/contexts/node.py
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Make context types constantsRodolfo Alonso Hernandez1-2/+2
2018-06-26Extended Context class with get_physical_nodes functionalityChornyi, TarasX1-32/+28
2018-05-21Add "host_name_separator" variable to Context classRodolfo Alonso Hernandez1-1/+1
2018-03-01Add qualified name to ContextEmma Foley1-4/+4
2017-09-15Generate pod.yaml from current contextRoss Brattain1-3/+3
2017-08-15YAML fixesRoss Brattain1-2/+2
2017-08-11Add Ansible executor class for node contextRoss Brattain1-18/+37
2017-08-08NSB updateDeepak S1-22/+20
2017-07-13add network info to topologyRoss Brattain1-0/+30
2017-04-11standardize ssh authRoss Brattain1-15/+1
2017-04-01Yardstick virtualenv supportchenjiankun1-5/+4
2017-03-13Add CPU pinning support for node contextJingLu51-8/+29
2017-03-08Bugfix: yardstick will create stacks with the same name when run using API in...chenjiankun1-0/+2
2017-02-16Context improvement: add support for configing node environmentchenjiankun1-6/+76
2017-02-09fix super() calls, must use explicit class nameRoss Brattain1-1/+1
2017-01-19Re-factor Node.py to use better python inbuilt functionsDeepak S1-21/+35
2017-01-16Use """ to replace ''' in docstringchenjiankun1-6/+6
2017-01-12Add support for Python 3Ross Brattain1-3/+4
2016-11-30switch logging to proper usageRoss Brattain1-1/+1
2016-11-10contexts/node: default to pod.yamlRoss Brattain1-2/+2
2016-10-10Bugfix: no pod.yaml file error when run test case not in the root pathchenjiankun1-1/+5
2016-07-21Fix a bug for node contextSongnon1-1/+3
2016-01-08support for ipv6kubi1-9/+2
2015-11-01Support NodeContext typeQiLiang1-0/+94