HC Test: Disable NSH plugin installation and tests
[csit.git] / resources / tools / scripts / download_hc_pkgs.sh
index 1bda025..2bb2a08 100755 (executable)
@@ -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