tests: Updated doctstring for start & stop router

Actual path for configs is /tmp/topotest/<suite>/<router>
common_config.py is updated.

Signed-off-by: naveen <nguggarigoud@vmware.com>
This commit is contained in:
Naveen 2020-07-14 15:01:35 +05:30 committed by Vijay Kumar Gupta
parent f8f6dbe9f7
commit 03cb898f46

View File

@ -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