aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/runners/base.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Bugfix: KeyError when using http dispatcherchenjiankun1-1/+6
2017-03-08Bugfix: yardstick will create stacks with the same name when run using API in...chenjiankun1-9/+12
2017-02-21improving if conditions :)Deepak S1-3/+3
2017-01-16Use """ to replace ''' in docstringchenjiankun1-13/+13
2017-01-12Add support for Python 3Ross Brattain1-0/+1
2016-11-30switch logging to proper usageRoss Brattain1-9/+9
2016-03-14Change copyright for runners.Jo¶rgen Karlsson1-7/+16
2016-01-13Fix flake8 errorsJo¶rgen Karlsson1-2/+2
2015-12-15Add run_in_background attribute to scenariosJo¶rgen Karlsson1-3/+16
2015-10-27Heat context code refactor part 2QiLiang1-3/+3
2015-10-16Use result_collection_api to store test resultQiLiang1-0/+1
2015-10-16add error handling when given failing script callswym_libra1-23/+70
2015-10-15Support general configuration fileQiLiang1-1/+5
2015-09-22Structure output and make it less redundantJo¶rgen Karlsson1-2/+2
2015-08-24Add test result dispatcherQiLiang1-11/+13
2015-07-15Fix yardstick.out overwritten bugpanghao11-1/+1
2015-07-08Add support for action hooks in runner configHans Feldt1-1/+74
2015-06-29Add support to list and show runners & scenariosHans Feldt1-2/+11
2015-06-04fix exit status at SLA assertionHans Feldt1-0/+10
2015-05-21add package runners and a few runnersHans Feldt1-0/+94