]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: fix the error path 13968/head
authorxzheng <zhengxiang311019@163.com>
Mon, 10 Jul 2023 09:32:45 +0000 (17:32 +0800)
committerzx <zhengxiang@rongannetworks.com>
Tue, 11 Jul 2023 01:45:35 +0000 (09:45 +0800)
fix the error path.

Signed-off-by: xzheng <zhengxiang311019@163.com>
doc/developer/building-docker.rst

index 3b1542b223f47cb2838e64136e68f0c5abb45ceb..9d42784e35fde38e09f5867589099cf790004662 100644 (file)
@@ -152,7 +152,7 @@ Start the container::
 
 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::
 
@@ -189,7 +189,7 @@ Start the container::
 
 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::