HC Test: Disable NSH plugin installation and tests 09/8209/1
authorselias <samelias@cisco.com>
Fri, 25 Aug 2017 10:47:43 +0000 (12:47 +0200)
committerselias <samelias@cisco.com>
Fri, 25 Aug 2017 10:47:43 +0000 (12:47 +0200)
 - VPP refuses to start with vpp-nsh-plugin installed

Change-Id: If1ca45295c63094d2542fc829b8eae7dc0e4977c
Signed-off-by: selias <samelias@cisco.com>
resources/tools/scripts/download_hc_build_pkgs.sh
resources/tools/scripts/download_hc_pkgs.sh
tests/vpp/func/honeycomb/mgmt-cfg-nsh-apihc-apivat-func.robot

index 6683499..5d76323 100755 (executable)
@@ -50,11 +50,12 @@ for ART in ${VPP_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
 
 # verify downloaded packages
 if [ "${OS}" == "centos7" ]; then
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
index 1a7ea27..e3697d2 100644 (file)
@@ -32,7 +32,9 @@
 | ... | Tear Down Honeycomb Functional Test Suite | ${node} | AND
 | ... | Disable Honeycomb Feature | ${node} | NSH
 | ...
-| Force Tags | HC_FUNC
+# NSHSFC-34: Having NSH plugin installed crashes VPP
+#| Force Tags | HC_FUNC
+
 
 *** Test Cases ***
 | TC01: Honeycomb can configure NSH entry