Skip to content

Commit 74351c5

Browse files
committed
test: add new tests to test specification
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent df1df83 commit 74351c5

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

test/case/ietf_interfaces/Readme.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Tests verifying IETF standard interface configuration and management:
1515
- Interface enable/disable state management
1616
- Virtual Ethernet (VETH) pair lifecycle management
1717
- GRE tunneling configuration and data plane operation
18+
- Tunnel TTL (Time-To-Live) and hop-limit verification
1819

1920
include::vlan_ping/Readme.adoc[]
2021

@@ -125,3 +126,7 @@ include::tunnel_basic/Readme.adoc[]
125126
<<<
126127

127128
include::tunnel_bridged/Readme.adoc[]
129+
130+
<<<
131+
132+
include::tunnel_ttl/Readme.adoc[]

test/case/infix_containers/Readme.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ include::volume/Readme.adoc[]
4141

4242
<<<
4343

44+
include::upgrade/Readme.adoc[]
45+
46+
<<<
47+
4448
include::firewall_basic/Readme.adoc[]
4549

4650
<<<

test/case/infix_dhcp/Readme.adoc

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
:testgroup:
22
== infix-dhcp
33

4-
Tests verifying DHCP client and server functionality in Infix:
5-
6-
- Basic DHCP client lease acquisition and configuration
7-
- DHCP client with default gateway assignment
8-
- DHCP client with static route configuration
9-
- Basic DHCP server operation and lease assignment
10-
- DHCP server with host-specific IP reservations
11-
- DHCP server with multiple subnet configurations
4+
Tests verifying DHCPv4/DHCPv6 client and server functionality in Infix:
5+
6+
- Basic DHCPv4 client lease acquisition and configuration
7+
- DHCPv4 client with default gateway assignment
8+
- DHCPv4 client with static route configuration
9+
- DHCPv4 client hostname management and priority
10+
- Basic DHCPv6 client operation with address assignment
11+
- DHCPv6 client with prefix delegation (IA_PD)
12+
- Basic DHCPv4 server operation and lease assignment
13+
- DHCPv4 server with host-specific IP reservations
14+
- DHCPv4 server with multiple subnet configurations
1215

1316
include::client_basic/Readme.adoc[]
1417

@@ -22,6 +25,18 @@ include::client_routes/Readme.adoc[]
2225

2326
<<<
2427

28+
include::client_hostname/Readme.adoc[]
29+
30+
<<<
31+
32+
include::client6_basic/Readme.adoc[]
33+
34+
<<<
35+
36+
include::client6_prefix_delegation/Readme.adoc[]
37+
38+
<<<
39+
2540
include::server_basic/Readme.adoc[]
2641

2742
<<<

0 commit comments

Comments
 (0)