aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/dispatcher
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Parse "dispatcher" options correctly from InfluxDB clientRodolfo Alonso Hernandez1-2/+7
2018-02-23Yardstick real-time influxdb KPI reporting regressionschenjiankun1-9/+25
2017-10-12ping: always save rtt data, influxdb ignore empty dataRoss Brattain1-1/+3
2017-07-27Adding support for multi-dispatcherDeepak S1-2/+4
2017-07-06move flatten dict key to common utilsrexlee87761-24/+2
2017-06-22Yardstick output format unifiedchenjiankun4-154/+103
2017-05-03Bugfix: KeyError when using http dispatcherchenjiankun1-3/+4
2017-03-09Merge "Bugfix: yardstick will create stacks with the same name when run using...Rex Lee4-35/+11
2017-03-08fixes: use isinstance, fix logging, use dict literalRoss Brattain1-9/+13
2017-03-08Bugfix: yardstick will create stacks with the same name when run using API in...chenjiankun4-35/+11
2017-02-15Scenario is reporting result for last test onlychenjiankun1-1/+4
2017-02-07more logging fixesRoss Brattain1-1/+1
2017-01-20Record task status if running via CLIchenjiankun1-43/+8
2017-01-16Use """ to replace ''' in docstringchenjiankun1-1/+1
2017-01-12Add support for Python 3Ross Brattain5-17/+29
2016-11-30switch logging to proper usageRoss Brattain2-6/+6
2016-11-29centralize logging into root loggerRoss Brattain1-0/+1
2016-10-14influxdb_line_protocol.py should move to 3rd party dirchenjiankun2-138/+1
2016-09-14dispatcher use YARDSTICK_BRANCH to distinguish different branchrexlee87761-1/+3
2016-03-15Change copyright for dispatchers.QiLiang4-21/+71
2016-02-19influxdb: log error when result posting failsJo¶rgen Karlsson1-0/+2
2016-02-09Add deploy scenario tag to influxdb measurementsJo¶rgen Karlsson1-0/+1
2016-02-08bug fix: wrong POD name used in result dispatchersJo¶rgen Karlsson2-2/+2
2016-01-26InfluxDB add authentication supportQiLiang1-0/+9
2016-01-19Influxdb change tc as measurementQiLiang1-5/+17
2016-01-18HttpDispatcher case_name value updateQiLiang1-1/+1
2016-01-07InfluxDB dispatcher add more tagsQiLiang1-0/+14
2016-01-07Initial InfluxDB dispatcherQiLiang2-0/+249
2015-11-04Docker container for Yardstick CI part 2Jo¶rgen Karlsson1-4/+4
2015-10-16Use result_collection_api to store test resultQiLiang3-16/+44
2015-10-15Support general configuration fileQiLiang3-21/+50
2015-09-24Fix bug in fio scenariohoujingwen1-1/+2
2015-08-24Add test result dispatcherQiLiang4-0/+163