aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/libraries/python/honeycomb/HoneycombSetup.py9
-rw-r--r--tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot2
2 files changed, 9 insertions, 2 deletions
diff --git a/resources/libraries/python/honeycomb/HoneycombSetup.py b/resources/libraries/python/honeycomb/HoneycombSetup.py
index fba2bd4225..7c3831ca04 100644
--- a/resources/libraries/python/honeycomb/HoneycombSetup.py
+++ b/resources/libraries/python/honeycomb/HoneycombSetup.py
@@ -370,7 +370,14 @@ class HoneycombSetup(object):
"BGP": ["io.fd.hc2vpp.bgp.inet.BgpInetModule",
"io.fd.honeycomb.infra.bgp.BgpModule",
"io.fd.honeycomb.infra.bgp.BgpReadersModule",
- "io.fd.honeycomb.infra.bgp.BgpWritersModule"]
+ "io.fd.honeycomb.infra.bgp.BgpWritersModule",
+ "io.fd.honeycomb.northbound.bgp.extension.InetModule",
+ "io.fd.honeycomb.northbound.bgp.extension.EvpnModule",
+ "io.fd.honeycomb.northbound.bgp.extension.L3VpnV4Module",
+ "io.fd.honeycomb.northbound.bgp.extension.L3VpnV6Module",
+ "io.fd.honeycomb.northbound.bgp.extension."
+ "LabeledUnicastModule",
+ "io.fd.honeycomb.northbound.bgp.extension.LinkstateModule"]
}
ssh = SSH()
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 e33ce4782b..290725e309 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,7 @@
| ... | Tear Down Honeycomb Functional Test Suite | ${node} | AND
| ... | Disable Honeycomb Feature | ${node} | BGP
| ...
-# HONEYCOMB-407: Honeycomb does not start with BGP modules enabled
+# HONEYCOMB-409: ODL client fails to parse requests to BGP instance node
| Force Tags | HC_FUNC | EXPECTED_FAILING
| ...
| Documentation | *Honeycomb BGP management test suite.*