mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:57:45 +00:00
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:
parent
f8f6dbe9f7
commit
03cb898f46
@ -755,7 +755,7 @@ def start_topology(tgen, daemon=None):
|
|||||||
|
|
||||||
def stop_router(tgen, router):
|
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.
|
and router and its deamons would be stopped.
|
||||||
|
|
||||||
* `tgen` : topogen object
|
* `tgen` : topogen object
|
||||||
@ -774,7 +774,7 @@ def stop_router(tgen, router):
|
|||||||
|
|
||||||
def start_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
|
deamon
|
||||||
|
|
||||||
* `tgen` : topogen object
|
* `tgen` : topogen object
|
||||||
|
Loading…
Reference in New Issue
Block a user