From 06f5893dc07873ffc4acaa55a6d9c06277a593c2 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 13 Mar 2018 08:19:26 +0100 Subject: HC Tests: disable NSH plugin NSH artifacts in Nexus are outdated and crash VPP. Reenable NSH after it is fixed (CSIT-994). Change-Id: I3a0367682d62d5ccdbf008336ed682e7ab9032a0 Signed-off-by: Marek Gradzki --- bootstrap-hc2vpp-integration.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap-hc2vpp-integration.sh') diff --git a/bootstrap-hc2vpp-integration.sh b/bootstrap-hc2vpp-integration.sh index 790465541e..02eaade5cb 100755 --- a/bootstrap-hc2vpp-integration.sh +++ b/bootstrap-hc2vpp-integration.sh @@ -227,10 +227,12 @@ if [ "$?" -ne "0" ]; then echo "However, the tests will start." fi +# TODO(CSIT-994): reenable NSH PYTHONPATH=`pwd` pybot -L TRACE -W 136\ -v TOPOLOGY_PATH:${SCRIPT_DIR}/topologies/enabled/topology.yaml \ --suite "tests.vpp.func" \ --include HC_FUNC \ + --exclude HC_NSH \ --noncritical EXPECTED_FAILING \ tests/ -- cgit 1.2.3-korg