diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-08-10 03:56:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-10 03:56:50 +0000 |
commit | 55794a14632a8bc389384d046e2621e09d5c0c68 (patch) | |
tree | e1a822a42f478aa95b2d2b4c97f27f1602c03748 /docs/submodules/yardstick | |
parent | 660e1003319e25bd287a98e7dc82d2c28894c1c4 (diff) |
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>
Diffstat (limited to 'docs/submodules/yardstick')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject daa256f05a1f42f66a84ad96321bc609aeb1f75 +Subproject 2ad96094b99e007f5ef46aced3b69a9ced558da |