Skip to content

Commit

Permalink
fixing install protocol (#3626)
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Loher <[email protected]>
  • Loading branch information
cprabha and dplore authored Dec 6, 2024
1 parent b47c941 commit 75128ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func configureRoutePolicy(t *testing.T, dut *ondatra.DUTDevice, name string, pr
t.Fatalf("AppendNewStatement(%s) failed: %v", name, err)
}
stmt.GetOrCreateActions().PolicyResult = pr
// stmt.GetOrCreateConditions().InstallProtocolEq = oc.PolicyTypes_INSTALL_PROTOCOL_TYPE_BGP
stmt.GetOrCreateConditions().InstallProtocolEq = oc.PolicyTypes_INSTALL_PROTOCOL_TYPE_BGP
gnmi.Update(t, dut, gnmi.OC().RoutingPolicy().Config(), rp)

}
Expand Down

0 comments on commit 75128ea

Please sign in to comment.