mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 15:18:24 +00:00
doc: fix the error path
fix the error path. Signed-off-by: xzheng <zhengxiang311019@163.com>
This commit is contained in:
parent
f5b8a4e188
commit
c46a231a8d
@ -152,7 +152,7 @@ Start the container::
|
|||||||
|
|
||||||
Running a topotest (when the docker host is Ubuntu)::
|
Running a topotest (when the docker host is Ubuntu)::
|
||||||
|
|
||||||
docker exec frr-ubuntu20 bash -c 'cd ~/frr/tests/topotests/ospf-topo1 ; sudo pytest test_ospf_topo1.py'
|
docker exec frr-ubuntu20 bash -c 'cd ~/frr/tests/topotests/ospf_topo1 ; sudo pytest test_ospf_topo1.py'
|
||||||
|
|
||||||
Starting an interactive bash session::
|
Starting an interactive bash session::
|
||||||
|
|
||||||
@ -189,7 +189,7 @@ Start the container::
|
|||||||
|
|
||||||
Running a topotest (when the docker host is Ubuntu)::
|
Running a topotest (when the docker host is Ubuntu)::
|
||||||
|
|
||||||
docker exec frr-ubuntu22 bash -c 'cd ~/frr/tests/topotests/ospf-topo1 ; sudo pytest test_ospf_topo1.py'
|
docker exec frr-ubuntu22 bash -c 'cd ~/frr/tests/topotests/ospf_topo1 ; sudo pytest test_ospf_topo1.py'
|
||||||
|
|
||||||
Starting an interactive bash session::
|
Starting an interactive bash session::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user