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