From 9000303d8df63f8d846b28c67ce1b45f16bb6c8b Mon Sep 17 00:00:00 2001 From: Deepak S Date: Mon, 19 Jun 2017 12:19:41 +0000 Subject: 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 Signed-off-by: Ross Brattain --- etc/yardstick/yardstick.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/yardstick/yardstick.conf.sample b/etc/yardstick/yardstick.conf.sample index 572051186..1157b9d62 100644 --- a/etc/yardstick/yardstick.conf.sample +++ b/etc/yardstick/yardstick.conf.sample @@ -9,7 +9,7 @@ [DEFAULT] debug = False -dispatcher = http +dispatcher = http # setup multiple dipatcher with comma deperted e.g. file,http [dispatcher_http] timeout = 5 -- cgit 1.2.3-korg