aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-10-30 16:19:08 +0100
committerSamuel Eliáš <samelias@cisco.com>2017-11-03 12:06:15 +0000
commitee9c5163c03cda14aff505112bd9f00e27858350 (patch)
treec3f3c6010d24fdb252d834827e017d82c1be2f4f
parent17e82fdeb0e379be98e8e49869593d696b4125f4 (diff)
HC Test: Update list of Honeycomb BGP modules
BGP functionality was split into additional modules in https://gerrit.fd.io/r/8486 Change-Id: I1cf5971fa8cb5f0cde17306bdc06ebe7f3008473 Signed-off-by: selias <samelias@cisco.com>
-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.*