Skip to content

Commit

Permalink
update RT 1.26 (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ANISH-GOTTAPU authored Dec 27, 2024
1 parent d390c9e commit 921029c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const (
trafficDuration = 2 * time.Minute
lossTolerance = float64(1)
ecmpTolerance = uint64(2)
port1Tag = "0x101"
port2Tag = "0x102"
port1Tag = "0x01"
port2Tag = "0x02"
dummyV6 = "2001:db8::192:0:2:d"
dummyMAC = "00:1A:11:00:0A:BC"
explicitMetricTolerance = float64(2)
Expand Down Expand Up @@ -1265,7 +1265,7 @@ func (td *testData) configureOTGFlows(t *testing.T) {

eth := v4F.EgressPacket().Add().Ethernet()
ethTag := eth.Dst().MetricTags().Add()
ethTag.SetName("MACTrackingv4").SetOffset(36).SetLength(12)
ethTag.SetName("MACTrackingv4").SetOffset(40).SetLength(8)

v6F := td.top.Flows().Add()
v6F.SetName(v6Flow).Metrics().SetEnable(true)
Expand All @@ -1284,7 +1284,7 @@ func (td *testData) configureOTGFlows(t *testing.T) {

eth = v6F.EgressPacket().Add().Ethernet()
ethTag = eth.Dst().MetricTags().Add()
ethTag.SetName("MACTrackingv6").SetOffset(36).SetLength(12)
ethTag.SetName("MACTrackingv6").SetOffset(40).SetLength(8)
}

func (td *testData) awaitISISAdjacency(t *testing.T, p *ondatra.Port, isisName string) error {
Expand Down

0 comments on commit 921029c

Please sign in to comment.