Update git submodules
authorxudan <xudan16@huawei.com>
Sun, 30 Sep 2018 06:44:07 +0000 (02:44 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 1 Oct 2018 12:12:10 +0000 (12:12 +0000)
commite44f72f8be533dd42575cbba4861dc234e7659ca
tree6bdaa12d9089b97980bb7e22a413d27759553e5e
parent775e5d6d9e56bf3d6bf743e88a512a40ddadb737
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Bugfix: There is an exception when crawling Yardstick results

    If there is no pod.yaml, the results data looks like,
    {"status": 2, "result": "[Errno 2] No such file or directory: u'/home/opnfv/userconfig/pre_config/pod.yaml'"}

    It will get an exception when reading value from file,
    File "/usr/local/lib/python2.7/dist-packages/dovetail/report.py", line 327, in crawl_from_file
    criteria = data['result']['criteria']
    TypeError: string indices must be integers

    https://build.opnfv.org/ci/view/dovetail/job/dovetail-apex-baremetal-default-mandatory-master/52/console

    Change-Id: I73ca3e5ae73433a2dc139789df4d67e8c583be08
Signed-off-by: xudan <xudan16@huawei.com>
docs/submodules/dovetail