mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
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>
27 lines
784 B
Plaintext
27 lines
784 B
Plaintext
=== 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
|
|
|
|
|