mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 12:13:01 +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
739 B
Plaintext
27 lines
739 B
Plaintext
=== DHCP Server Static Host
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/dhcp/server_host]
|
|
|
|
==== Description
|
|
|
|
Verify DHCP server can hand out static host leases based on client-id,
|
|
both hexadecimal and a very long string, ensuring no pool address is
|
|
handed out instead.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[DHCP Server Static Host topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to client and server DUTs
|
|
. Configure DHCP client and server DUTs
|
|
. Verify DHCP client1 static lease
|
|
. Verify client1 hostname has *not* changed
|
|
. Verify DHCP client1 has default route via option 121
|
|
. Verify DHCP client2 static lease
|
|
. Verify client2 hostname has changed
|
|
. Verify DHCP client2 has default gateway
|
|
|
|
|