From 973b459199dc617f4364a891c4d74ac559639caa Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 26 Apr 2018 10:11:32 +0200 Subject: HC tests: reenable NSH plugin (CSIT-994) Reverts https://gerrit.fd.io/r/#/c/11088/ Change-Id: Ib7b70d33f4a8110656dd39f25b7f5a67a2f52104 Signed-off-by: Marek Gradzki --- bootstrap-hc2vpp-integration.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'bootstrap-hc2vpp-integration.sh') diff --git a/bootstrap-hc2vpp-integration.sh b/bootstrap-hc2vpp-integration.sh index 60cdf6a9dd..d300ecc5a5 100755 --- a/bootstrap-hc2vpp-integration.sh +++ b/bootstrap-hc2vpp-integration.sh @@ -227,12 +227,10 @@ 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