forked from openconfig/featureprofiles
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding test case for gNMI telemetry for interface ipv6 addreses, repo…
…rt SLAAC assigned link local address - Test Plan Dev (openconfig#2636)
- Loading branch information
1 parent
1139171
commit 8f75ec9
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# RT-5.9: IPv6 Link Local generated by SLAAC | ||
|
||
## Summary | ||
|
||
Enable IPv6 on interface level so ipv6 address of link-local scope is generated/assigned by SLAAC. Verify the link local IPv6 address generated, exists by checking the Openconfig path | ||
|
||
## Testbed type | ||
|
||
* https://github.com/openconfig/featureprofiles/blob/main/topologies/dut.testbed | ||
|
||
## Procedure | ||
* Configure DUT port 1 with IPv6 so that link local scope IP address is assigned by SLAAC | ||
* Validate config and state paths are auto-populated | ||
|
||
## Config Parameter Coverage | ||
``` | ||
/interfaces/interface/subinterfaces/subinterface/ipv6/addresses/address/config/ip | ||
``` | ||
|
||
## Telemetry Parameter Coverage | ||
``` | ||
/interfaces/interface/subinterfaces/subinterface/ipv6/addresses/address/state/ip | ||
``` | ||
|
||
## Protocol/RPC Parameter Coverage | ||
None | ||
|
||
## Required DUT platform | ||
* FFF - fixed form factor |
7 changes: 7 additions & 0 deletions
7
feature/interface/ip/ipv6_slaac_link_local/metadata.textproto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto | ||
# proto-message: Metadata | ||
|
||
plan_id: "RT-5.9" | ||
description: "IPv6 Link Local generated by SLAAC" | ||
testbed: TESTBED_DUT | ||
tags: TAGS_AGGREGATION, TAGS_TRANSIT, TAGS_DATACENTER_EDGE |