Skip to content

Commit d1f053b

Browse files
committed
test: minor, update test specifications
Sync with latest updates, including test path changes. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent cfeb875 commit d1f053b

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

test/case/containers/host_commands/test.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ ifdef::topdoc[:imagesdir: {topdoc}../../test/case/containers/host_commands]
44

55
==== Description
66

7-
This test verifies that a container in privileged mode can break out of
8-
the container to execute commands that affect the host system.
9-
Specifically, it confirms that the container can change the hostname of
10-
the host.
7+
This test verifies that a container running on Infix can execute commands
8+
that affect the host system. Specifically, it confirms that the container
9+
can change the hostname of the host.
1110

1211
==== Topology
1312

test/case/dhcp/client6_basic/test.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== DHCPv6 Basic
22

3-
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/client6_basic]
3+
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/dhcp/client6_basic]
44

55
==== Description
66

test/case/dhcp/client6_prefix_delegation/test.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== DHCPv6 Prefix Delegation
22

3-
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/client6_prefix_delegation]
3+
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/dhcp/client6_prefix_delegation]
44

55
==== Description
66

test/case/syslog/hostname_filter/test.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ image::topology.svg[Syslog Hostname Filtering topology, align=center, scaledwidt
1616
. Set up topology and attach to DUTs
1717
. Clean up old log files on server
1818
. Configure server as syslog sink with hostname filtering
19+
. Wait for server interface to be operational
20+
. Verify server IP address is configured
21+
. Verify syslog server is listening on UDP port 514
1922
. Configure client to forward logs to server
23+
. Wait for client interface to be operational
24+
. Verify client IP address is configured
25+
. Verify network connectivity between client and server
2026
. Send log messages with different hostnames
2127
. Verify router1 log contains only router1 messages
2228
. Verify router2 log contains only router2 messages

0 commit comments

Comments
 (0)