From 06bb603c88f8e3eb39d3539e3b73811d4bb0e435 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Sun, 12 Jun 2016 00:29:53 +0800 Subject: Enable vsperf plugin in fuel 9.0 Change-Id: I96b59e22fcc0269aa3ae0b04587c8ca7d0fab867 Signed-off-by: Guo Ruijing --- build/f_isoroot/Makefile | 2 +- build/f_isoroot/f_vsperfpluginbuild/config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build/f_isoroot') diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile index 17ebef3fb..862c2dbb8 100644 --- a/build/f_isoroot/Makefile +++ b/build/f_isoroot/Makefile @@ -11,7 +11,7 @@ # Add Fuel plugin build targets here # Plugins disabled for the Fuel Mitaka uplift. Please re-enable your plugin as you have # verified it! -PLUGINS = f_odlpluginbuild +PLUGINS = f_odlpluginbuild f_vsperfpluginbuild #PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild f_qemupluginbuild f_ovs-nsh-dpdk-pluginbuild f_bgpvpn-pluginbuild export PLUGINS #NON_8-0_REBASED_PLUGINS = f_bgpvpn-pluginbuild diff --git a/build/f_isoroot/f_vsperfpluginbuild/config.mk b/build/f_isoroot/f_vsperfpluginbuild/config.mk index 59cefd971..1bf1ef0b5 100644 --- a/build/f_isoroot/f_vsperfpluginbuild/config.mk +++ b/build/f_isoroot/f_vsperfpluginbuild/config.mk @@ -7,6 +7,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -VSPERF_BRANCH=stable/brahmaputra +VSPERF_BRANCH=5e3b6ae0427963520357453728411327ac8efafe VSPERF_REPO=https://gerrit.opnfv.org/gerrit/vswitchperf.git VSPERF_CHANGE= -- cgit 1.2.3-korg