diff --git a/feature/qos/ingress_policer/otg_tests/ingress_police_nhg/ingress_police_nhg_test.go b/feature/qos/ingress_policer/otg_tests/ingress_police_nhg/ingress_police_nhg_test.go index 4cdbf53ee7d..6d7dd2deaec 100644 --- a/feature/qos/ingress_policer/otg_tests/ingress_police_nhg/ingress_police_nhg_test.go +++ b/feature/qos/ingress_policer/otg_tests/ingress_police_nhg/ingress_police_nhg_test.go @@ -392,7 +392,7 @@ func configureGribi(t *testing.T, dut *ondatra.DUTDevice) { fluent.NextHopGroupEntry(). WithNetworkInstance(deviations.DefaultNetworkInstance(dut)). WithID(nhgID). - AddNextHop(nhID, uint64(i+1)), + AddNextHop(nhID, 1), ) // --- Create IPv6 route triggering MPLS-in-UDP encapsulation ---