Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ANISH-GOTTAPU committed Jan 27, 2025
1 parent 2a202f0 commit aedd34d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
uuid: "2beaac46-9b7b-49c4-9bde-62ad530aa5c4"
plan_id: "RT-2.13"
description: "Weighted-ECMP for IS-IS"
testbed: TESTBED_DUT_ATE_8LINKS
testbed: TESTBED_DUT_ATE_9LINKS_LAG
platform_exceptions: {
platform: {
vendor: ARISTA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const (
dutSysID = "1920.0000.2001"
asn = 64501
acceptRoutePolicy = "PERMIT-ALL"
trafficPPS = 50000 // Should be 5000000
trafficv6PPS = 50000 // Should be 5000000
trafficPPS = 50000 // Should be 5000000 // Should be 1000 for kne env(SW)
trafficv6PPS = 50000 // Should be 5000000 // Should be 1000 for kne env(SW)
srcTrafficV4 = "192.0.2.2"
srcTrafficV6 = "2000:db8::2"
dstTrafficV4 = "100.0.1.1"
Expand Down Expand Up @@ -154,7 +154,7 @@ var (
equalDistributionWeights = []uint64{33, 33, 33}
unequalDistributionWeights = []uint64{20, 40, 40}

ecmpTolerance = uint64(1)
ecmpTolerance = uint64(1) // Should be 3 for kne env
vendor ondatra.Vendor
)

Expand Down

0 comments on commit aedd34d

Please sign in to comment.