Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding test case for gNMI telemetry for interface ipv6 addreses, report SLAAC assigned link local address - Test Plan Dev #2636

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions feature/interface/ip/ipv6_slaac_link_local/README.md
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this should be https://github.com/openconfig/featureprofiles/blob/main/topologies/atedut_2.testbed

TESTBED_DUT has 0 links:

# This testbed provides just a single DUT with no links.


## 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
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
Loading