From 12a708852932c96c66a453adc24339b746971f7a Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 15 May 2018 08:30:39 +0200 Subject: HC tests: disable NSH plugin (CSIT-994) This reverts https://gerrit.fd.io/r/#/c/12209/ Change-Id: I1de4ce6e96644881aa14adf6765e8a67b286595d Signed-off-by: Marek Gradzki --- bootstrap-hc2vpp-verify.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap-hc2vpp-verify.sh') diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index a3e618f842..603a969915 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.honeycomb.func" \ --include HC_FUNC \ + --exclude HC_NSH \ --noncritical EXPECTED_FAILING \ tests/ -- cgit 1.2.3-korg