diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-07-20 08:10:24 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-07-23 12:07:56 +0000 |
commit | 376f6ff865564bd704eb810bbd87e4e45095b1da (patch) | |
tree | 0dc61cdecc97b858af4a2761f312eed2ed3d7e64 /bootstrap-hc2vpp-integration.sh | |
parent | eb9e73f37019420ff8387c204b6621e73195fd97 (diff) |
HC Tests: disable NSH plugin
Change-Id: Ic382b625e5e7201ecc2a2937c15646806c594c61
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'bootstrap-hc2vpp-integration.sh')
-rwxr-xr-x | bootstrap-hc2vpp-integration.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-hc2vpp-integration.sh b/bootstrap-hc2vpp-integration.sh index de903361bd..f2858ffbad 100755 --- a/bootstrap-hc2vpp-integration.sh +++ b/bootstrap-hc2vpp-integration.sh @@ -232,10 +232,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_NSH \ --noncritical EXPECTED_FAILING \ tests/ |