Skip to content

Commit

Permalink
Merge branch 'main' into RT-1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaish05 authored Feb 4, 2025
2 parents c984747 + 3c834bb commit 9b355f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const (
teVrf111TunnelCount = 1600
teVrf222TunnelCount = 1600
encapNhCount = 1600
encapNhgcount = 800
encapNhgcount = 200
encapIPv4Count = 5000
encapIPv6Count = 5000
decapIPv4Count = 48
Expand Down Expand Up @@ -1009,6 +1009,7 @@ func TestGribiEncapDecapScaling(t *testing.T) {
// Install decapIPv4ScaleCount entries with fixed prefix length of /32 in DECAP_TE_VRF.
decapScaleEntries := iputil.GenerateIPs(IPBlockDecap, decapIPv4ScaleCount)
pushDecapScaleEntries(t, args, decapScaleEntries)

// Send traffic and verify packets to DUT-1.
createAndSendTrafficFlows(t, args, decapScaleEntries)
}
Expand Down

0 comments on commit 9b355f2

Please sign in to comment.