Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 1 Aug 2017 02:34:16 +0000 (19:34 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 1 Aug 2017 03:23:40 +0000 (03:23 +0000)
commit2986fca352b5892524f505ab877571610de002fe
tree2a5cb2be2441553765b18d5fc67eb9e65e11ecc2
parentdeeed027815bcf598878ba1b73cbd6dd0b7f2766
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - cover.sh: delete .testrepository before running coverage

    When running py27 and py3 test ran into problems
    with .testrepository already exists, but testr
    thinking it was corrupt

    running testr
    No repository found in /home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master. Create one by running "testr init".
    error: testr failed (3)

    The fix seems to be to delete .testrepository before
    running testr coverage

    Change-Id: Ib8cd3ab9d3384935380ac29ce365439c6464adc3
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
docs/submodules/yardstick