From 964cb57bfc40efe2e22d472e58ac060e79bfacaf Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 1 Jun 2018 12:58:15 +0200 Subject: HC Tests: reenable NSH plugin (CSIT-994) Reverts https://gerrit.fd.io/r/#/c/12572/ Change-Id: Ic55016e3c257a81440332a212e4c0d83e1990668 Signed-off-by: Marek Gradzki --- bootstrap-hc2vpp-verify.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'bootstrap-hc2vpp-verify.sh') diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index 6c136759be..7be50d8172 100755 --- a/bootstrap-hc2vpp-verify.sh +++ b/bootstrap-hc2vpp-verify.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