mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
test: add new tests to test specification
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@ Tests verifying IETF standard interface configuration and management:
|
||||
- Interface enable/disable state management
|
||||
- Virtual Ethernet (VETH) pair lifecycle management
|
||||
- GRE tunneling configuration and data plane operation
|
||||
- Tunnel TTL (Time-To-Live) and hop-limit verification
|
||||
|
||||
include::vlan_ping/Readme.adoc[]
|
||||
|
||||
@@ -125,3 +126,7 @@ include::tunnel_basic/Readme.adoc[]
|
||||
<<<
|
||||
|
||||
include::tunnel_bridged/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::tunnel_ttl/Readme.adoc[]
|
||||
|
||||
@@ -41,6 +41,10 @@ include::volume/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::upgrade/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::firewall_basic/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
@@ -1,14 +1,17 @@
|
||||
:testgroup:
|
||||
== infix-dhcp
|
||||
|
||||
Tests verifying DHCP client and server functionality in Infix:
|
||||
Tests verifying DHCPv4/DHCPv6 client and server functionality in Infix:
|
||||
|
||||
- Basic DHCP client lease acquisition and configuration
|
||||
- DHCP client with default gateway assignment
|
||||
- DHCP client with static route configuration
|
||||
- Basic DHCP server operation and lease assignment
|
||||
- DHCP server with host-specific IP reservations
|
||||
- DHCP server with multiple subnet configurations
|
||||
- Basic DHCPv4 client lease acquisition and configuration
|
||||
- DHCPv4 client with default gateway assignment
|
||||
- DHCPv4 client with static route configuration
|
||||
- DHCPv4 client hostname management and priority
|
||||
- Basic DHCPv6 client operation with address assignment
|
||||
- DHCPv6 client with prefix delegation (IA_PD)
|
||||
- Basic DHCPv4 server operation and lease assignment
|
||||
- DHCPv4 server with host-specific IP reservations
|
||||
- DHCPv4 server with multiple subnet configurations
|
||||
|
||||
include::client_basic/Readme.adoc[]
|
||||
|
||||
@@ -22,6 +25,18 @@ include::client_routes/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::client_hostname/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::client6_basic/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::client6_prefix_delegation/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::server_basic/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
Reference in New Issue
Block a user