diff options
Diffstat (limited to 'bootstrap-hc2vpp-integration-odl.sh')
-rwxr-xr-x | bootstrap-hc2vpp-integration-odl.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap-hc2vpp-integration-odl.sh b/bootstrap-hc2vpp-integration-odl.sh index 900e6deee3..aa42411c1a 100755 --- a/bootstrap-hc2vpp-integration-odl.sh +++ b/bootstrap-hc2vpp-integration-odl.sh @@ -228,12 +228,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/ |