From f381977e7bfb67a321c01b707d7849e7cff5f35b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 31 Oct 2024 17:27:44 +0100 Subject: [PATCH] test/case: minor, grammar and formatting Signed-off-by: Joachim Wiberg --- test/case/use_case/ospf_container/Readme.adoc | 4 ++-- test/case/use_case/ospf_container/test.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/case/use_case/ospf_container/Readme.adoc b/test/case/use_case/ospf_container/Readme.adoc index e1f7df29..51930096 100644 --- a/test/case/use_case/ospf_container/Readme.adoc +++ b/test/case/use_case/ospf_container/Readme.adoc @@ -42,12 +42,12 @@ second bridge, `br1`, only use IPv6 link-local addresses. [#img-setup] image::internal-network.svg[] - - Container A runs a very basic web server, it runs on port 80 inside + - *Container A* runs a very basic web server, it runs on port 80 inside the container, and `br0`, but is accessible outside on port 8080. The controller connects to each of these servers from OSPF area 0. For the controller to be able to distinguish between the servers, they all serve slightly different content - - Container B runs a system container with an SSH server. During the + - *Container B* runs a complete system with an SSH server. During the test, the controller connects to this container using the `data` port to ensure the container can access all other parts of the network. To distinguish between the different container B's, each container diff --git a/test/case/use_case/ospf_container/test.py b/test/case/use_case/ospf_container/test.py index 3ce45569..af29e1e1 100755 --- a/test/case/use_case/ospf_container/test.py +++ b/test/case/use_case/ospf_container/test.py @@ -43,12 +43,12 @@ second bridge, `br1`, only use IPv6 link-local addresses. [#img-setup] image::internal-network.svg[] - - Container A runs a very basic web server, it runs on port 80 inside + - *Container A* runs a very basic web server, it runs on port 80 inside the container, and `br0`, but is accessible outside on port 8080. The controller connects to each of these servers from OSPF area 0. For the controller to be able to distinguish between the servers, they all serve slightly different content - - Container B runs a system container with an SSH server. During the + - *Container B* runs a complete system with an SSH server. During the test, the controller connects to this container using the `data` port to ensure the container can access all other parts of the network. To distinguish between the different container B's, each container