Move the comment above the config parameter line to avoid the expection 95/39195/1
authorDeepak S <deepak.s@linux.intel.com>
Sat, 12 Aug 2017 23:57:06 +0000 (16:57 -0700)
committerDeepak S <deepak.s@linux.intel.com>
Sat, 12 Aug 2017 23:57:09 +0000 (16:57 -0700)
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>
etc/yardstick/yardstick.conf.sample

index 1157b9d..227aded 100644 (file)
@@ -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