mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
This commit greatly simplifies AsciiDoc image references in generated Readme.adoc files. The two focused use-cases that remain after this change are working references in: - Generated output/images/test-report.pdf - Viewing test's Readme.adoc from GitHub Previously we aimed to have working images also when the test's Readme was included in the parent directory's Readme.adoc. This, however, is not supported as of this commit. It seems unlikely also to ever be a supported feature of AsciiDoc on GitHub, for details, see the following issue: <https://github.com/github/markup/issues/1095> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
23 lines
798 B
Plaintext
23 lines
798 B
Plaintext
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/server_basic]
|
|
|
|
=== 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 Basic 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
|
|
|
|
|