Skip to content

Commit

Permalink
adding test case for gNMI telemetry for interface ipv6 addreses, repo…
Browse files Browse the repository at this point in the history
…rt SLAAC assigned link local address - Test Plan Dev (openconfig#2636)
  • Loading branch information
nraghavendran authored Feb 7, 2024
1 parent 1139171 commit 8f75ec9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
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

## 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 feature/interface/ip/ipv6_slaac_link_local/metadata.textproto
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

0 comments on commit 8f75ec9

Please sign in to comment.