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-integration-odl.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootstrap-hc2vpp-integration-odl.sh') diff --git a/bootstrap-hc2vpp-integration-odl.sh b/bootstrap-hc2vpp-integration-odl.sh index c6c7490519..e4d751d866 100755 --- a/bootstrap-hc2vpp-integration-odl.sh +++ b/bootstrap-hc2vpp-integration-odl.sh @@ -233,12 +233,11 @@ 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_NSHORHC_REST_ONLY \ + --exclude HC_REST_ONLY \ --noncritical EXPECTED_FAILING \ --variable HC_ODL:${ODL} \ tests/ -- cgit 1.2.3-korg