Skip to content

Commit

Permalink
minor change (openconfig#3310)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadhasivam authored and ampattan committed Jul 19, 2024
1 parent 31bae61 commit dfefafb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ func TestWeightedECMPForISIS(t *testing.T) {
}

startTraffic(t, ate, top)
time.Sleep(time.Minute)
t.Run("Equal_Distribution_Of_Traffic", func(t *testing.T) {
for _, flow := range flows {
loss := otgutils.GetFlowLossPct(t, ate.OTG(), flow.Name(), 20*time.Second)
Expand Down Expand Up @@ -242,6 +243,7 @@ func TestWeightedECMPForISIS(t *testing.T) {
}

startTraffic(t, ate, top)
time.Sleep(time.Minute)

t.Run("Unequal_Distribution_Of_Traffic", func(t *testing.T) {
for _, flow := range flows {
Expand Down

0 comments on commit dfefafb

Please sign in to comment.