diff options
author | selias <samelias@cisco.com> | 2017-10-30 16:19:08 +0100 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-11-03 12:06:15 +0000 |
commit | ee9c5163c03cda14aff505112bd9f00e27858350 (patch) | |
tree | c3f3c6010d24fdb252d834827e017d82c1be2f4f /resources/libraries/python/honeycomb | |
parent | 17e82fdeb0e379be98e8e49869593d696b4125f4 (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>
Diffstat (limited to 'resources/libraries/python/honeycomb')
-rw-r--r-- | resources/libraries/python/honeycomb/HoneycombSetup.py | 9 |
1 files changed, 8 insertions, 1 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() |