Skip to content

Commit 7244500

Browse files
committed
test: add missing test specs
Add missing test specs for new dhcpv6 tests. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent ba87358 commit 7244500

File tree

4 files changed

+132
-0
lines changed

4 files changed

+132
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
=== DHCPv6 Basic
2+
3+
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/client6_basic]
4+
5+
==== Description
6+
7+
Enable a DHCPv6 client and verify it requests an IPv6 lease from a
8+
DHCPv6 server that is then set on the interface.
9+
10+
==== Topology
11+
12+
image::topology.svg[DHCPv6 Basic topology, align=center, scaledwidth=75%]
13+
14+
==== Sequence
15+
16+
. Set up topology and attach to target DUT
17+
. Configure DHCPv6 client
18+
. Verify client lease for {CLIENT}
19+
. Verify client default route ::/0
20+
. Verify client domain name resolution
21+
22+
Lines changed: 44 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
=== DHCPv6 Prefix Delegation
2+
3+
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/client6_prefix_delegation]
4+
5+
==== Description
6+
7+
Verify DHCPv6 prefix delegation (IA_PD) where a client requests an IPv6
8+
prefix from a DHCPv6 server. This is commonly used on WAN interfaces of
9+
routers to obtain a prefix for distribution to downstream networks.
10+
11+
==== Topology
12+
13+
image::topology.svg[DHCPv6 Prefix Delegation topology, align=center, scaledwidth=75%]
14+
15+
==== Sequence
16+
17+
. Set up topology and attach to target DUT
18+
. Configure DHCPv6 client w/ prefix delegation
19+
. Verify DHCPv6 client is running
20+
. Verify prefix delegation in logs
21+
22+
Lines changed: 44 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)