From 5311a4f6a3158282bdb903878b4b3a7749d34922 Mon Sep 17 00:00:00 2001 From: xzheng Date: Mon, 10 Jul 2023 17:32:45 +0800 Subject: [PATCH] Update building-docker.rst pathname error. Signed-off-by: xzheng --- doc/developer/building-docker.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer/building-docker.rst b/doc/developer/building-docker.rst index 3b1542b223f4..9d42784e35fd 100644 --- a/doc/developer/building-docker.rst +++ b/doc/developer/building-docker.rst @@ -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::