From 55794a14632a8bc389384d046e2621e09d5c0c68 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Thu, 10 Aug 2017 03:56:50 +0000 Subject: 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index daa256f05..2ad96094b 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit daa256f05a1f42f66a84ad96321bc609aeb1f75b +Subproject commit 2ad96094b99e007f5ef46aced3b69a9ced558da3 -- cgit 1.2.3-korg