summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf6_topo2/test_ospf6_topo2.py
diff options
context:
space:
mode:
authornguggarigoud <nguggarigoud@vmware.com>2021-10-29 04:14:33 -0700
committerChristian Hopps <chopps@gmail.com>2023-03-22 05:22:56 +0000
commitf637ac01705537927f81cafa854ca0d0557bb2d1 (patch)
tree9ea9794b9da68bdba30453d86258c403efcc444d /tests/topotests/ospf6_topo2/test_ospf6_topo2.py
parent5b08f6f9ead9b97c9d49a133a1f7420d707ef0b2 (diff)
tests: Add topotests for MGMT daemon
1. MGMT daemon support in topotests. 2. Sanity tests for MGMTd. Signed-off-by: nguggarigoud <nguggarigoud@vmware.com>
Diffstat (limited to 'tests/topotests/ospf6_topo2/test_ospf6_topo2.py')
-rw-r--r--tests/topotests/ospf6_topo2/test_ospf6_topo2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/ospf6_topo2/test_ospf6_topo2.py b/tests/topotests/ospf6_topo2/test_ospf6_topo2.py
index 9ec0266aa0..f95f7bbe5e 100644
--- a/tests/topotests/ospf6_topo2/test_ospf6_topo2.py
+++ b/tests/topotests/ospf6_topo2/test_ospf6_topo2.py
@@ -129,6 +129,7 @@ def setup_module(mod):
router_list = tgen.routers()
for rname, router in router_list.items():
+
daemon_file = "{}/{}/zebra.conf".format(CWD, rname)
if os.path.isfile(daemon_file):
router.load_config(TopoRouter.RD_ZEBRA, daemon_file)