Skip to content

Commit

Permalink
Update building-docker.rst
Browse files Browse the repository at this point in the history
pathname error.

Signed-off-by: xzheng <zhengxiang311019@163.com>
  • Loading branch information
zhengxiang311019 authored Jul 10, 2023
1 parent f5b8a4e commit 5311a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer/building-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down Expand Up @@ -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::

Expand Down

0 comments on commit 5311a4f

Please sign in to comment.