Update git submodules
authorDeepak S <deepak.s@linux.intel.com>
Sat, 12 Aug 2017 23:57:06 +0000 (16:57 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 14 Aug 2017 02:20:47 +0000 (02:20 +0000)
commit5596765e9f8db7a2324547c84b8b866227a1c767
tree8ffe4061e5cd16387443bdc44929c8584ea99ddc
parent20a4b85f067b4c173242c2629fc1274092ee563b
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - 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>
docs/submodules/yardstick