From 991a971fe9d5126c77c235a440fa9025fd0420e2 Mon Sep 17 00:00:00 2001 From: Kuldeep Kashyap Date: Tue, 13 Dec 2022 10:26:14 -0800 Subject: tests: Cleaning up daemon param used in start_topology() Earlier daemon parameter was passed to start_topology(), which is not needed now, as new code is implemented to start feature specific daemons. Signed-off-by: Kuldeep Kashyap --- tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py') diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py b/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py index e131fba0c3..9e48f8e39b 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py @@ -46,7 +46,6 @@ from lib.common_config import ( reset_config_on_routers, step, create_interfaces_cfg, - topo_daemons, retry, run_frr_cmd, ) @@ -105,12 +104,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) # Creating configuration from JSON build_config_from_json(tgen, topo) -- cgit v1.2.3