Skip to content

Commit

Permalink
fixing issue (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
cprabha authored Dec 17, 2024
1 parent 74fd9b8 commit 86d6e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ func TestManagementHA1(t *testing.T) {
})

t.Run("traffic received by port1", func(t *testing.T) {
createFlowV6(t, bs)
gnmi.Replace(t, dut, gnmi.OC().Interface(p1.Name()).Enabled().Config(), true)
gnmi.Await(t, dut, gnmi.OC().Interface(p1.Name()).AdminStatus().State(), 30*time.Second, oc.Interface_AdminStatus_UP)
createFlowV6(t, bs)
time.Sleep(30 * time.Second)
bs.ATE.OTG().StartTraffic(t)
time.Sleep(30 * time.Second)
Expand Down

0 comments on commit 86d6e2c

Please sign in to comment.