Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Mon, 26 Jun 2017 08:53:27 +0000 (08:53 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 26 Jun 2017 08:53:27 +0000 (08:53 +0000)
commit221115f77c120df2d1687bd87193ccbf4338c28b
treeb0a87eea191c5dc9e176dce932b3dd0da5ab42df
parent441c76a8a99e22d5d0af15c61bd3ed0fe48917d3
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "increase line length to 99"
  - increase line length to 99

    When line length is 79 I have to spend too much
    time manually wrapping my code into unreadable junk

    I can't use expressive tuple unpacking and I start
    shortening variables and other bad tricks to decrease
    the line length.

    We have too many levels of indent to manage with 79

    class:
      def:
         if:
             for:
                  etc.

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