From 175f19c60425ca5fd22519354f4419b430cbdb79 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 13 Nov 2017 08:05:16 +0100 Subject: [PATCH] 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 --- tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-func.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.* -- 2.16.6