aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-08-12 16:57:06 -0700
committerDeepak S <deepak.s@linux.intel.com>2017-08-12 16:57:09 -0700
commit1857c4f37c9d371ddd48eb4d97a379c7c81c18e7 (patch)
tree1ab5db3d99d8501c82d1bf66a02a266e3ee36eb9 /etc
parentc2f99db8b4d8f021b29a4e3aae483ba715936a66 (diff)
Move the comment above the config parameter line to avoid the expection
Traceback (most recent call last): File "/opt/nsb_bin/yardstick_venv/lib/python2.7/site-packages/yardstick-0.1.dev0-py2.7.egg/yardstick/cmd/commands/task.py", line 54, in do_start result = Task().start(param, **kwargs) File "/opt/nsb_bin/yardstick_venv/lib/python2.7/site-packages/yardstick-0.1.dev0-py2.7.egg/yardstick/benchmark/core/task.py", line 148, in start self._do_output(output_config, result) File "/opt/nsb_bin/yardstick_venv/lib/python2.7/site-packages/yardstick-0.1.dev0-py2.7.egg/yardstick/benchmark/core/task.py", line 227, in _do_output dispatchers = DispatcherBase.get(output_config) File "/opt/nsb_bin/yardstick_venv/lib/python2.7/site-packages/yardstick-0.1.dev0-py2.7.egg/yardstick/dispatcher/base.py", line 46, in get for out_type in config['DEFAULT']['dispatcher']] File "/opt/nsb_bin/yardstick_venv/lib/python2.7/site-packages/yardstick-0.1.dev0-py2.7.egg/yardstick/dispatcher/base.py", line 38, in get_cls raise RuntimeError("No such dispatcher_type %s" % dispatcher_type) RuntimeError: No such dispatcher_type Http # setup multiple dipatcher with comma deperted e.g. file Change-Id: I497d0d9ce7fdb7ea2913af6ebeb4bb9008344fed Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/yardstick/yardstick.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/yardstick/yardstick.conf.sample b/etc/yardstick/yardstick.conf.sample
index 1157b9d62..227aded2d 100644
--- a/etc/yardstick/yardstick.conf.sample
+++ b/etc/yardstick/yardstick.conf.sample
@@ -9,7 +9,8 @@
[DEFAULT]
debug = False
-dispatcher = http # setup multiple dipatcher with comma deperted e.g. file,http
+# setup multiple dipatcher with comma deperted e.g. file,http
+dispatcher = http
[dispatcher_http]
timeout = 5