From 376f6ff865564bd704eb810bbd87e4e45095b1da Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 20 Jul 2018 08:10:24 +0200 Subject: HC Tests: disable NSH plugin Change-Id: Ic382b625e5e7201ecc2a2937c15646806c594c61 Signed-off-by: Marek Gradzki --- bootstrap-hc2vpp-integration-odl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap-hc2vpp-integration-odl.sh') diff --git a/bootstrap-hc2vpp-integration-odl.sh b/bootstrap-hc2vpp-integration-odl.sh index e4d751d866..abffaab066 100755 --- a/bootstrap-hc2vpp-integration-odl.sh +++ b/bootstrap-hc2vpp-integration-odl.sh @@ -233,11 +233,12 @@ 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_REST_ONLY \ + --exclude hc_nshORhc_rest_only \ --noncritical EXPECTED_FAILING \ --variable HC_ODL:${ODL} \ tests/ -- cgit 1.2.3-korg