summaryrefslogtreecommitdiff
path: root/tests/topotests/eigrp_topo1/test_eigrp_topo1.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/eigrp_topo1/test_eigrp_topo1.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/eigrp_topo1/test_eigrp_topo1.py')
-rw-r--r--tests/topotests/eigrp_topo1/test_eigrp_topo1.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/eigrp_topo1/test_eigrp_topo1.py b/tests/topotests/eigrp_topo1/test_eigrp_topo1.py
index 8b7c9fc6d7..59a2a2a28e 100644
--- a/tests/topotests/eigrp_topo1/test_eigrp_topo1.py
+++ b/tests/topotests/eigrp_topo1/test_eigrp_topo1.py
@@ -95,6 +95,9 @@ def setup_module(module):
router_list = tgen.routers()
for rname, router in router_list.items():
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(