From fafd11b96232ab45b200e5f0f59a4bdc3ddee40a Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 25 Aug 2017 12:47:43 +0200 Subject: HC Test: Disable NSH plugin installation and tests - VPP refuses to start with vpp-nsh-plugin installed Change-Id: If1ca45295c63094d2542fc829b8eae7dc0e4977c Signed-off-by: selias --- resources/tools/scripts/download_hc_pkgs.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'resources/tools/scripts/download_hc_pkgs.sh') diff --git a/resources/tools/scripts/download_hc_pkgs.sh b/resources/tools/scripts/download_hc_pkgs.sh index 1bda02505c..2bb2a08e17 100755 --- a/resources/tools/scripts/download_hc_pkgs.sh +++ b/resources/tools/scripts/download_hc_pkgs.sh @@ -61,11 +61,12 @@ for ART in ${DPDK_ARTIFACTS}; do done done -for ART in ${NSH_ARTIFACTS}; do - for PAC in ${PACKAGE}; do - curl "${URL}?r=${REPO}&g=${NSH_GROUP}&a=${ART}&p=${PAC}&v=${VER}&c=${CLASS}" -O -J || exit - done -done +# NSHSFC-34: Having NSH plugin installed crashes VPP +#for ART in ${NSH_ARTIFACTS}; do +# for PAC in ${PACKAGE}; do +# curl "${URL}?r=${REPO}&g=${NSH_GROUP}&a=${ART}&p=${PAC}&v=${VER}&c=${CLASS}" -O -J || exit +# done +#done # determine VPP dependency if [ "${OS}" == "centos7" ]; then -- cgit 1.2.3-korg