From 03cb898f464f83e5a56cf8b4d8e3bdead8e8814a Mon Sep 17 00:00:00 2001 From: Naveen Date: Tue, 14 Jul 2020 15:01:35 +0530 Subject: [PATCH] tests: Updated doctstring for start & stop router Actual path for configs is /tmp/topotest// common_config.py is updated. Signed-off-by: naveen --- tests/topotests/lib/common_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/topotests/lib/common_config.py b/tests/topotests/lib/common_config.py index cc6e783f9b..81fe59c41b 100644 --- a/tests/topotests/lib/common_config.py +++ b/tests/topotests/lib/common_config.py @@ -755,7 +755,7 @@ def start_topology(tgen, daemon=None): def stop_router(tgen, router): """ - Router"s current config would be saved to /etc/frr/ for each deamon + Router"s current config would be saved to /tmp/topotest// for each deamon and router and its deamons would be stopped. * `tgen` : topogen object @@ -774,7 +774,7 @@ def stop_router(tgen, router): def start_router(tgen, router): """ - Router will started and config would be loaded from /etc/frr/ for each + Router will started and config would be loaded from /tmp/topotest// for each deamon * `tgen` : topogen object