diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-03-13 08:19:26 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-03-13 10:11:18 +0100 |
commit | 06f5893dc07873ffc4acaa55a6d9c06277a593c2 (patch) | |
tree | 7f52c472861f60e12241835988f5888dce3c1e85 /bootstrap-hc2vpp-verify.sh | |
parent | 07a840aaa516d4560dddd916c23593e711ec08fb (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'bootstrap-hc2vpp-verify.sh')
-rwxr-xr-x | bootstrap-hc2vpp-verify.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index bd9ad323b3..2b6fbe75f5 100755 --- a/bootstrap-hc2vpp-verify.sh +++ b/bootstrap-hc2vpp-verify.sh @@ -223,10 +223,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/ |