Files
Ejub Sabic 473cda35bb fix: flaky dhcp option 121 test
This commit increases attempts on checks in this particular test from default 10 to 60.
This has been introduced to match worst case scenario where after 3 retries(5s) each dhcp waits 30 seconds before next 3 retries.
Commits yields to much more stable test behaviour.

Resolves: #1515

Signed-off-by: Ejub Sabic <ejub1946@outlook.com>
2026-06-16 08:39:40 +02:00
..

:testgroup:
== DHCP

Tests verifying DHCPv4/DHCPv6 client and server functionality:

 - 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
 - DHCPv4 client hostname option is resent after system hostname changes
 - Basic DHCPv6 client operation with address assignment
 - DHCPv6 client with prefix delegation (IA_PD)
 - DHCPv6 SLAAC/RA (Stateless)
 - 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[]

<<<

include::client_default_gw/Readme.adoc[]

<<<

include::client_routes/Readme.adoc[]

<<<

include::client_hostname/Readme.adoc[]

<<<

include::client_hostname_resend/Readme.adoc[]

<<<

include::client6_basic/Readme.adoc[]

<<<

include::client6_prefix_delegation/Readme.adoc[]

<<<

include::client6_slaac_ra/Readme.adoc[]

<<<

include::server_basic/Readme.adoc[]

<<<

include::server_host/Readme.adoc[]

<<<

include::server_subnets/Readme.adoc[]