-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'openconfig:main' into certz1.1
- Loading branch information
Showing
14 changed files
with
488 additions
and
126 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
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
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
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
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
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
48 changes: 48 additions & 0 deletions
48
feature/gribi/otg_tests/gribi_static_route_on_lemmings_test/README.md
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,48 @@ | ||
# RT: GRIBI Static Route On Lemmings Test | ||
|
||
## Summary | ||
|
||
Ensure the GRIBI injecting the route entry on lemmings (Control plane), which is brought up in KNE topology | ||
|
||
## Topology | ||
|
||
ATE port-1 <------> port-1 DUT | ||
DUT port-2 <------> port-2 ATE | ||
|
||
|
||
## Baseline | ||
|
||
``` | ||
### Install the following gRIBI AFTs. | ||
- IPv4Entry {198.50.100.64/32 (DEFAULT)} -> NHG#2 (DEFAULT VRF) -> { | ||
{NH#2, DEFAULT VRF, weight:1}, interface-ref:dut-port-2-interface, | ||
} | ||
``` | ||
|
||
## Procedure | ||
|
||
The DUT should be reset to the baseline after each of the following tests. | ||
|
||
Test-1, Configure the route entry on lemmings in KNE topology | ||
|
||
``` | ||
1. Configure the DUT and OTG. | ||
2. Configure Nh, NHG and IPv4 entry through gRIBI route injection. | ||
3. Validate the acknowledgement for FIB installation success. | ||
``` | ||
|
||
## OpenConfig Path and RPC Coverage | ||
```yaml | ||
rpcs: | ||
gnmi: | ||
gNMI.Get: | ||
gNMI.Set: | ||
gNMI.Subscribe: | ||
gribi: | ||
gRIBI.Get: | ||
gRIBI.Modify: | ||
gRIBI.Flush: | ||
``` |
Oops, something went wrong.