diff options
author | pmikus <pmikus@cisco.com> | 2016-11-02 14:57:52 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-11-04 07:03:06 +0000 |
commit | 46227f82fd1ea0c3532d4338fd6dbb8f7cb5de77 (patch) | |
tree | 1c4cc66fb6e8065123c5300a0eecc921bbd2a8ec /resources/tools | |
parent | 195c8c11ee11f4016f66490724af0e2c418b02a6 (diff) |
CSIT-461 Fix VPP version variable in perf bootstrap
Fix VPP_STABLE_VER variable in performance bootstrap
Change-Id: I5d27e870d8c1383a054125a82cc5d5be6e2fa9c4
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools')
-rwxr-xr-x | resources/tools/download_install_vpp_pkgs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/download_install_vpp_pkgs.sh b/resources/tools/download_install_vpp_pkgs.sh index 6da3f86736..67c8362b7e 100755 --- a/resources/tools/download_install_vpp_pkgs.sh +++ b/resources/tools/download_install_vpp_pkgs.sh @@ -27,7 +27,7 @@ if [ -e "$VPP_REPO_URL_PATH" ]; then REPO=$(echo ${VPP_REPO_URL#https://nexus.fd.io/content/repositories/}) REPO=$(echo ${REPO%/io/fd/vpp/}) else - REPO='fd.io.master.ubuntu.trusty.main' + REPO='fd.io.master.ubuntu.xenial.main' fi GROUP="io.fd.vpp" |