mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
26 lines
577 B
Plaintext
26 lines
577 B
Plaintext
=== DHCP 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
|
|
ifdef::topdoc[]
|
|
image::{topdoc}../../test/case/infix_dhcp/client_basic/topology.svg[DHCP Basic topology]
|
|
endif::topdoc[]
|
|
ifndef::topdoc[]
|
|
ifdef::testgroup[]
|
|
image::client_basic/topology.svg[DHCP Basic topology]
|
|
endif::testgroup[]
|
|
ifndef::testgroup[]
|
|
image::topology.svg[DHCP Basic topology]
|
|
endif::testgroup[]
|
|
endif::topdoc[]
|
|
==== Test sequence
|
|
. Initialize
|
|
. Verify client lease for 10.0.0.42
|
|
|
|
|
|
<<<
|
|
|