test: minor, update test specifications

Sync with latest updates, including test path changes.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2025-12-02 14:11:00 +01:00
parent cfeb875b2b
commit d1f053b41c
4 changed files with 11 additions and 6 deletions
+3 -4
View File
@@ -4,10 +4,9 @@ ifdef::topdoc[:imagesdir: {topdoc}../../test/case/containers/host_commands]
==== Description
This test verifies that a container in privileged mode can break out of
the container to execute commands that affect the host system.
Specifically, it confirms that the container can change the hostname of
the host.
This test verifies that a container running on Infix can execute commands
that affect the host system. Specifically, it confirms that the container
can change the hostname of the host.
==== Topology
+1 -1
View File
@@ -1,6 +1,6 @@
=== DHCPv6 Basic
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/client6_basic]
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/dhcp/client6_basic]
==== Description
@@ -1,6 +1,6 @@
=== DHCPv6 Prefix Delegation
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/client6_prefix_delegation]
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/dhcp/client6_prefix_delegation]
==== Description
@@ -16,7 +16,13 @@ image::topology.svg[Syslog Hostname Filtering topology, align=center, scaledwidt
. Set up topology and attach to DUTs
. Clean up old log files on server
. Configure server as syslog sink with hostname filtering
. Wait for server interface to be operational
. Verify server IP address is configured
. Verify syslog server is listening on UDP port 514
. Configure client to forward logs to server
. Wait for client interface to be operational
. Verify client IP address is configured
. Verify network connectivity between client and server
. Send log messages with different hostnames
. Verify router1 log contains only router1 messages
. Verify router2 log contains only router2 messages