diff options
| author | Yash Ranjan <ranjany@vmware.com> | 2022-01-26 23:18:59 -0800 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2022-04-05 21:41:23 -0400 |
| commit | e7ed146d0b3573752efc4c4211034d9545315c10 (patch) | |
| tree | 5c01ae9af15a5be6cfbcdce98e6de192cbf24fb5 /tests/topotests/rip_topo1/test_rip_topo1.py | |
| parent | d9fb94d6c327b53bb7303b43f863fb2262327ae5 (diff) | |
tests: Modifying existing topotests to incorporate mgmtd changes.dev/omgmtd
Signed-off-by: nguggarigoud <nguggarigoud@vmware.com>
Diffstat (limited to 'tests/topotests/rip_topo1/test_rip_topo1.py')
| -rw-r--r-- | tests/topotests/rip_topo1/test_rip_topo1.py | 1 |
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() |
