-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CISCO deviation for RT-1.26 #3639
base: main
Are you sure you want to change the base?
CISCO deviation for RT-1.26 #3639
Conversation
Pull Request Functional Test Report for #3639 / 22f60fcVirtual Devices
Hardware Devices
|
Pull Request Test Coverage Report for Build 12348960785Details
💛 - Coveralls |
@@ -1243,3 +1243,8 @@ func EnableTableConnections(dut *ondatra.DUTDevice) bool { | |||
func NoZeroSuppression(dut *ondatra.DUTDevice) bool { | |||
return lookupDUTDeviations(dut).GetNoZeroSuppression() | |||
} | |||
|
|||
// StaticRouteAddRemoveUnsupported returns true if adding/removing static route (static route ECMP feature) is not supported |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kindly add the reference bug here
b.Set(t, dut) | ||
validateStaticRoute(t, dut, prefix.cidr(t), sV4) | ||
if deviations.StaticRouteAddRemoveUnsupported(dut) { | ||
t.Skip("StaticRouteAddRemove is unsupported") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A test case cannot be skipped . A alternate functionality via cli or alternate path has to be added here.
Please refer to 'https://github.com/openconfig/featureprofiles/blob/main/internal/deviations/README.md'
This is an existing FR request which will be delivered as part of 25.2.1/25.3.1 in 2025.
Adding deviation to avoid false failure on cisco devices.