diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-11-13 08:05:16 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-11-23 08:05:57 +0000 |
commit | dbbb3e538c0fd015f60c9c2f9a0a74b903cba4e7 (patch) | |
tree | 53e0f43499a6199fe82bd2c52b1128e00b534eca /tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot | |
parent | c33f9fa74723917990ce2bcbe8534e127d39bfc8 (diff) |
Mark HC BGP test suite as HC_REST_ONLY
BGP configuration via ODL is currently not fully supported in HC.
This patch would disable BGP tests for hc2vpp-csit-integration-odl
until HONEYCOMB-409 is fixed.
Change-Id: Ic6bb28f3b6b577fcba6e05a9c28d8ee759791d9b
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot')
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot index da662dbc69..24f643573e 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot @@ -31,7 +31,8 @@ | ... | Tear Down Honeycomb Functional Test Suite | ${node} | AND | ... | Disable Honeycomb Feature | ${node} | BGP | ... -| Force Tags | HC_FUNC +# HONEYCOMB-409: BGP configuration via ODL is currently not fully supported +| Force Tags | HC_FUNC | HC_REST_ONLY | ... | Documentation | *Honeycomb BGP management test suite.* |