From e2982eda8af582d0f2d763113d3ba7723a69f052 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 22 Oct 2024 18:23:35 +0200 Subject: [PATCH] test: update infix-containers group README This is a proposal to how a test section/group overview could look. Signed-off-by: Joachim Wiberg --- test/case/infix_containers/Readme.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/case/infix_containers/Readme.adoc b/test/case/infix_containers/Readme.adoc index 93d82db9..e67eb1b0 100644 --- a/test/case/infix_containers/Readme.adoc +++ b/test/case/infix_containers/Readme.adoc @@ -1,6 +1,14 @@ :testgroup: == infix-containers +Verifies Infix Docker container support: + + - Basic web server container running in host network mode + - Common setup with a docker0 bridge, automatic VETH pairs to container(s) + - Connecting a container with a VETH pair to a standard Linux bridge + - Assigning a physical Ethernet interface to a container + - Basic firewall container running in host network mode and full privileges + <<< include::container_basic/Readme.adoc[]