]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo3.py
tests: Cleaning up daemon param used in start_topology()
[mirror_frr.git] / tests / topotests / multicast_pim_sm_topo3 / test_multicast_pim_sm_topo3.py
index b71c2d65ebd2b7f7a1fc0883603911bf36cc790d..721b30140b7c5236d8dbcfddc6f5133b211dd5c3 100755 (executable)
@@ -186,12 +186,9 @@ def setup_module(mod):
     topo = tgen.json_topo
     # ... and here it calls Mininet initialization functions.
 
-    # get list of daemons needs to be started for this suite.
-    daemons = topo_daemons(tgen, topo)
-
     # Starting topology, create tmp files which are loaded to routers
     #  to start daemons and then start routers
-    start_topology(tgen, daemons)
+    start_topology(tgen)
 
     # Don"t run this test if we have any failure.
     if tgen.routers_have_failure():