Skip to content

Commit

Permalink
EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
mastarkey committed Jan 12, 2025
1 parent cbc4260 commit 924f43c
Show file tree
Hide file tree
Showing 2 changed files with 1,200 additions and 1,109 deletions.
5 changes: 5 additions & 0 deletions internal/deviations/deviations.go
Original file line number Diff line number Diff line change
Expand Up @@ -1292,3 +1292,8 @@ func DefaultBgpInstanceName(dut *ondatra.DUTDevice) string {
}
return "DEFAULT"
}

// VerifyExpectedBreakoutSupportedConfig is to skip checking for breakout config mode.
func VerifyExpectedBreakoutSupportedConfig(dut *ondatra.DUTDevice) bool {
return lookupDUTDeviations(dut).GetVerifyExpectedBreakoutSupportedConfig()
}
Loading

0 comments on commit 924f43c

Please sign in to comment.