Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 10 Aug 2017 03:56:50 +0000 (03:56 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 10 Aug 2017 03:56:50 +0000 (03:56 +0000)
commit55794a14632a8bc389384d046e2621e09d5c0c68
treee1a822a42f478aa95b2d2b4c97f27f1602c03748
parent660e1003319e25bd287a98e7dc82d2c28894c1c4
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "constants: cache YAML config values"
  - constants: cache YAML config values

    don't reparse the yardstick.yaml file each
    time we lookup an option.

    Since it is global data, just cache it in a global
    var

    Use pkg_resources.resource_filename
    to lookup the path of yardstick tests, intsead of using __file__

    pkg_resources is slightly more proper than __file__
    at least for packages

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