From ee9c5163c03cda14aff505112bd9f00e27858350 Mon Sep 17 00:00:00 2001 From: selias Date: Mon, 30 Oct 2017 16:19:08 +0100 Subject: 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 --- resources/libraries/python/honeycomb/HoneycombSetup.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'resources/libraries/python/honeycomb') 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() -- cgit 1.2.3-korg