mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +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>
21 lines
388 B
Plaintext
21 lines
388 B
Plaintext
=== DHCP Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/dhcp/client_basic]
|
|
|
|
==== Description
|
|
|
|
This is a very basic DHCP test that requests an IPv4 lease
|
|
from a DHCP server and checks that the lease is set on the
|
|
interface.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[DHCP Basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Initialize
|
|
. Verify client lease for 10.0.0.42
|
|
|
|
|