summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/topotests/lib/common_config.py4
1 files 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/<suite>/<router> 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/<suite>/<router> for each
deamon
* `tgen` : topogen object