summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topogen.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/lib/topogen.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/lib/topogen.py')
-rw-r--r--tests/topotests/lib/topogen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py
index 3bb63a017b..9c72adc744 100644
--- a/tests/topotests/lib/topogen.py
+++ b/tests/topotests/lib/topogen.py
@@ -801,7 +801,8 @@ class TopoRouter(TopoGear):
"""
self.load_config(self.RD_FRR, source)
if not daemons:
- # Always add zebra
+ # Always add zebra and mgmtd
+ self.load_config(self.RD_MGMTD)
self.load_config(self.RD_ZEBRA)
for daemon in self.RD:
# This will not work for all daemons