summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_instance_redistribute/test_ospf_instance_redistribute.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/ospf_instance_redistribute/test_ospf_instance_redistribute.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/ospf_instance_redistribute/test_ospf_instance_redistribute.py')
-rw-r--r--tests/topotests/ospf_instance_redistribute/test_ospf_instance_redistribute.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/ospf_instance_redistribute/test_ospf_instance_redistribute.py b/tests/topotests/ospf_instance_redistribute/test_ospf_instance_redistribute.py
index 88c236d7a0..24223c9e1e 100644
--- a/tests/topotests/ospf_instance_redistribute/test_ospf_instance_redistribute.py
+++ b/tests/topotests/ospf_instance_redistribute/test_ospf_instance_redistribute.py
@@ -78,6 +78,9 @@ def setup_module(module):
# This is a sample of configuration loading.
r1 = tgen.gears["r1"]
r1.load_config(
+ TopoRouter.RD_MGMTD, os.path.join(CWD, "r1/mgmtd.conf")
+ )
+ r1.load_config(
TopoRouter.RD_ZEBRA, os.path.join(CWD, "r1/zebra.conf")
)
r1.load_config(