Skip to content

Commit

Permalink
Encap FRR with repair VRF test (openconfig#2961)
Browse files Browse the repository at this point in the history
* Encap FRR with repair VRF test

* added deviation for arista - EncapTunnelShutBackupNhgZeroTraffic

* refactored code, moved base code to internal lib

* updated base module import

* removed unused attribute
  • Loading branch information
self-maurya authored Jun 17, 2024
1 parent dfebcd6 commit db82227
Show file tree
Hide file tree
Showing 8 changed files with 1,825 additions and 568 deletions.
580 changes: 61 additions & 519 deletions feature/gribi/otg_tests/encap_frr/encap_frr_test.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ NH#1001 -> {
3. Validate that all traffic is no longer encapsulated, and is all egressing
out of DUT port-8 per the BGP-ISIS routes in the default VRF.

#### Test-8, no match in TE_VRF_111
#### Test-9, no match in TE_VRF_111

Tests that if the primary encaps point to tunnels that do not exist, then the
traffic should be routed to the `DEFAULT` VRF for further lookup.
Expand Down Expand Up @@ -606,11 +606,18 @@ NH#102 -> {
* network-instances/network-instance/policy-forwarding/policies/policy/rules/rule/action/post-network-instance
* network-instances/network-instance/policy-forwarding/policies/policy/rules/rule/action/decap-fallback-network-instance

## Protocol/RPC Parameter Coverage

* gRIBI:
* Modify
* ModifyRequest
## OpenConfig Path and RPC Coverage
```yaml
rpcs:
gnmi:
gNMI.Get:
gNMI.Set:
gNMI.Subscribe:
gribi:
gRIBI.Get:
gRIBI.Modify:
gRIBI.Flush:
```
## Required DUT platform
Expand Down
Loading

0 comments on commit db82227

Please sign in to comment.