diff options
author | Kuldeep Kashyap <kashyapk@vmware.com> | 2022-12-13 19:26:14 +0100 |
---|---|---|
committer | Kuldeep Kashyap <kashyapk@vmware.com> | 2022-12-14 07:45:34 +0100 |
commit | 991a971fe9d5126c77c235a440fa9025fd0420e2 (patch) | |
tree | 652b91a798e826d243b6692e9581468dc12523b4 /tests/topotests/lib/common_config.py | |
parent | tests: Topotests daemon start as per feature test (diff) | |
download | frr-991a971fe9d5126c77c235a440fa9025fd0420e2.tar.xz frr-991a971fe9d5126c77c235a440fa9025fd0420e2.zip |
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 <kashyapk@vmware.com>
Diffstat (limited to 'tests/topotests/lib/common_config.py')
-rw-r--r-- | tests/topotests/lib/common_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/common_config.py b/tests/topotests/lib/common_config.py index 3bc88b7d9..676a5704e 100644 --- a/tests/topotests/lib/common_config.py +++ b/tests/topotests/lib/common_config.py @@ -961,7 +961,7 @@ def generate_support_bundle(): return True -def start_topology(tgen, daemon=None): +def start_topology(tgen): """ Starting topology, create tmp files which are loaded to routers to start daemons and then start routers |