summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py
diff options
context:
space:
mode:
authorYash Ranjan <ranjany@vmware.com>2022-01-26 23:18:59 -0800
committerChristian Hopps <chopps@labn.net>2022-04-05 21:41:23 -0400
commite7ed146d0b3573752efc4c4211034d9545315c10 (patch)
tree5c01ae9af15a5be6cfbcdce98e6de192cbf24fb5 /tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py
parentd9fb94d6c327b53bb7303b43f863fb2262327ae5 (diff)
tests: Modifying existing topotests to incorporate mgmtd changes.dev/omgmtd
Signed-off-by: nguggarigoud <nguggarigoud@vmware.com>
Diffstat (limited to 'tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py')
-rw-r--r--tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py b/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py
index 6153aee418..526a9d210d 100644
--- a/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py
+++ b/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py
@@ -169,6 +169,9 @@ def setup_module(mod):
for i, (rname, router) in enumerate(router_list.items(), 1):
router.load_config(
+ TopoRouter.RD_MGMTD, os.path.join(CWD, "{}/mgmtd.conf".format(rname))
+ )
+ router.load_config(
TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(rname))
)
router.load_config(