Adding support for multi-dispatcher 93/36193/6
authorDeepak S <deepak.s@linux.intel.com>
Mon, 19 Jun 2017 12:19:41 +0000 (12:19 +0000)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 27 Jul 2017 07:57:37 +0000 (07:57 +0000)
commit9000303d8df63f8d846b28c67ce1b45f16bb6c8b
tree43b407727422240a0ee69b2ea93bfe9085d6f66c
parentd184d8714e543e4f2497db682154820f7eecf1de
Adding support for multi-dispatcher

JIRA: YARDSTICK-684

This patch adds the support to enable multi-dispatcher of result.

e.g.
[DEFAULT]
debug = False
dispatcher = file, http

Change-Id: Id0e1a1bba14edd899fcf5b275be1f0a091b6db77
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
etc/yardstick/yardstick.conf.sample
tests/unit/benchmark/core/test_task.py
yardstick/benchmark/core/task.py
yardstick/dispatcher/base.py