diff options
author | Edwin Zhai <edwin.zhai@intel.com> | 2016-12-28 14:24:15 -0800 |
---|---|---|
committer | Edwin Zhai <edwin.zhai@intel.com> | 2016-12-28 14:27:06 -0800 |
commit | 02fb19bb23fde65f048ee5b747a6c42cb800d0b1 (patch) | |
tree | 58a1c788a9b976e55693e8bf74b15dfe01b172c2 /build/f_isoroot/f_yardstick-pluginbuild/config.mk | |
parent | 74b08ee0bda8daef2b2a6244a5055f869f016a03 (diff) |
Minor fix for yardstick plugin
Fix installation dependency and authentication failure.
Change-Id: Ib15ecccaefd1e0214edd2e1d1f52ab3f9ed99f3a
Signed-off-by: Edwin Zhai <edwin.zhai@intel.com>
Diffstat (limited to 'build/f_isoroot/f_yardstick-pluginbuild/config.mk')
-rw-r--r-- | build/f_isoroot/f_yardstick-pluginbuild/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/f_yardstick-pluginbuild/config.mk b/build/f_isoroot/f_yardstick-pluginbuild/config.mk index 6cf00b74c..d47e6a8e0 100644 --- a/build/f_isoroot/f_yardstick-pluginbuild/config.mk +++ b/build/f_isoroot/f_yardstick-pluginbuild/config.mk @@ -8,6 +8,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -YARDSTICK_BRANCH?=0e23c697e6329a57ba168cc57886b436ea87cdc4 +YARDSTICK_BRANCH?=31f563b8aa2e6dcf652cb7e9dfdc3f6c7316dc1d YARDSTICK_REPO?=https://gerrit.opnfv.org/gerrit/yardstick.git YARDSTICK_CHANGE?= |