diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-15 08:30:39 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-15 08:31:53 +0200 |
commit | 12a708852932c96c66a453adc24339b746971f7a (patch) | |
tree | ec0e9e1ef48a58fcc9a64e1586df8ca29b174bf9 /bootstrap-hc2vpp-integration-odl.sh | |
parent | 9964155b56020914494f7341c2d1162f2ac9d720 (diff) |
HC tests: disable NSH plugin (CSIT-994)
This reverts https://gerrit.fd.io/r/#/c/12209/
Change-Id: I1de4ce6e96644881aa14adf6765e8a67b286595d
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'bootstrap-hc2vpp-integration-odl.sh')
-rwxr-xr-x | bootstrap-hc2vpp-integration-odl.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap-hc2vpp-integration-odl.sh b/bootstrap-hc2vpp-integration-odl.sh index aa42411c1a..900e6deee3 100755 --- a/bootstrap-hc2vpp-integration-odl.sh +++ b/bootstrap-hc2vpp-integration-odl.sh @@ -228,11 +228,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/ |