File tree Expand file tree Collapse file tree 3 files changed +32
-8
lines changed
Expand file tree Collapse file tree 3 files changed +32
-8
lines changed Original file line number Diff line number Diff 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
1920include::vlan_ping/Readme.adoc[]
2021
@@ -125,3 +126,7 @@ include::tunnel_basic/Readme.adoc[]
125126<<<
126127
127128include::tunnel_bridged/Readme.adoc[]
129+
130+ <<<
131+
132+ include::tunnel_ttl/Readme.adoc[]
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ include::volume/Readme.adoc[]
4141
4242<<<
4343
44+ include::upgrade/Readme.adoc[]
45+
46+ <<<
47+
4448include::firewall_basic/Readme.adoc[]
4549
4650<<<
Original file line number Diff line number Diff line change 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
1316include::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+
2540include::server_basic/Readme.adoc[]
2641
2742<<<
You can’t perform that action at this time.
0 commit comments