diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-12-15 07:31:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-15 07:31:49 -0500 |
| commit | 9da878b66abb654c46b99e529bb01e7878999a9f (patch) | |
| tree | b0efc582e6733989ba01df9876735d63eb18e4c8 /tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py | |
| parent | a1dcf3022aef2acd09ebef5d41e2d525281f239e (diff) | |
| parent | ac6ef90b879b8d9251251bb0e634ff19946e47db (diff) | |
Merge pull request #12481 from kuldeepkash/topotests_startup
tests: Topotests daemon start as per feature test
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py')
| -rw-r--r-- | tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py index 0c9457b39e..ee15a5fe1c 100644 --- a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py +++ b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py @@ -48,7 +48,6 @@ from lib.common_config import ( step, create_route_maps, verify_prefix_lists, - topo_daemons, ) from lib.topolog import logger from lib.topojson import build_config_from_json @@ -131,12 +130,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) |
