Files
infix/test/case/dhcp/server_basic
Joachim Wiberg 1bbd80d8c7 test: drop leading ietf/infix prefix from directories
Let's drop the leading IETF or Infix prefixes from tests.  Initially the
idea was to mimnic the YANG models, but it's difficult to navigate and
does not provide any real benefit to developers or end-users.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2025-11-20 20:23:23 +01:00
..

=== DHCP Server

ifdef::topdoc[:imagesdir: {topdoc}../../test/case/dhcp/server_basic]

==== Description

Verify basic DHCP server functionality.  The server is set up to only
hand out leases from a pool of a single address.  A single DHCP option,
hostname, is to be handed out with the lease to the client.  Ensure no
other options are sent by checking, e.g., that the client has not set up
a default route to the server.

==== Topology

image::topology.svg[DHCP Server topology, align=center, scaledwidth=75%]

==== Sequence

. Set up topology and attach to client and server DUTs
. Configure DHCP server and client
. Verify DHCP client's original hostname
. Verify DHCP client lease from server's pool
. Verify DHCP client's new hostname
. Verify DHCP client has no default route