HC Test: Update list of Honeycomb BGP modules 18/9118/2
authorselias <samelias@cisco.com>
Mon, 30 Oct 2017 15:19:08 +0000 (16:19 +0100)
committerSamuel Eliáš <samelias@cisco.com>
Fri, 3 Nov 2017 12:06:15 +0000 (12:06 +0000)
BGP functionality was split into additional modules in
https://gerrit.fd.io/r/8486

Change-Id: I1cf5971fa8cb5f0cde17306bdc06ebe7f3008473
Signed-off-by: selias <samelias@cisco.com>
resources/libraries/python/honeycomb/HoneycombSetup.py
tests/vpp/func/honeycomb/mgmt-cfg-bgp-apihc-apivat-func.robot

index fba2bd4..7c3831c 100644 (file)
@@ -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()
index e33ce47..290725e 100644 (file)
@@ -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.*