Skip to content

Commit

Permalink
resolved static analysis failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cakhil45 committed Oct 30, 2024
1 parent 9b9715c commit cbfcba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/deviations/deviations.go
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ func OperationalModeUnsupported(dut *ondatra.DUTDevice) bool {
func BgpSessionStateIdleInPassiveMode(dut *ondatra.DUTDevice) bool {
return lookupDUTDeviations(dut).GetBgpSessionStateIdleInPassiveMode()
}

// GnmiGetRequiresConfigType return true if Gnmi Get is not supported without type config
func GnmiGetRequiresConfigType(dut *ondatra.DUTDevice) bool {
return lookupDUTDeviations(dut).GetGnmiGetRequiresConfigType()
Expand Down

0 comments on commit cbfcba4

Please sign in to comment.