diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-11-13 08:05:16 +0100 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-11-13 12:02:26 +0000 |
commit | 175f19c60425ca5fd22519354f4419b430cbdb79 (patch) | |
tree | 582b7d46cf4f38bc9abbd909e4450d1f969ee855 /tests/vpp | |
parent | 32188ccdce50accbb80b405c5813543a4131e744 (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')
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-func.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-func.robot index 8f74280610..b5fed1e583 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-func.robot @@ -46,7 +46,8 @@ | ... | Disable Honeycomb Feature | ${node} | BGP | AND | ... | Disable Honeycomb Feature | ${nodes['DUT2']} | 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.* |