summaryrefslogtreecommitdiff
path: root/tests/topotests/rip_topo1/test_rip_topo1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/rip_topo1/test_rip_topo1.py')
-rw-r--r--tests/topotests/rip_topo1/test_rip_topo1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/rip_topo1/test_rip_topo1.py b/tests/topotests/rip_topo1/test_rip_topo1.py
index 7d59e8422f..6c25ac0d46 100644
--- a/tests/topotests/rip_topo1/test_rip_topo1.py
+++ b/tests/topotests/rip_topo1/test_rip_topo1.py
@@ -103,6 +103,7 @@ def setup_module(module):
# Starting Routers
#
for i in range(1, 4):
+ net["r%s" % i].loadConf("mgmtd", "%s/r%s/mgmtd.conf" % (thisDir, i))
net["r%s" % i].loadConf("zebra", "%s/r%s/zebra.conf" % (thisDir, i))
net["r%s" % i].loadConf("ripd", "%s/r%s/ripd.conf" % (thisDir, i))
tgen.gears["r%s" % i].start()