Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

karthikeya-remilla
Copy link
Contributor

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.

@OpenConfigBot
Copy link

OpenConfigBot commented Dec 12, 2024

Pull Request Functional Test Report for #3639 / 22f60fc

Virtual Devices

Device Test Test Documentation Job Raw Log
Arista cEOS status
RT-1.26: Basic static route support
Cisco 8000E status
RT-1.26: Basic static route support
Cisco XRd status
RT-1.26: Basic static route support
Juniper ncPTX status
RT-1.26: Basic static route support
Nokia SR Linux status
RT-1.26: Basic static route support
Openconfig Lemming status
RT-1.26: Basic static route support

Hardware Devices

Device Test Test Documentation Raw Log
Arista 7808 status
RT-1.26: Basic static route support
Cisco 8808 status
RT-1.26: Basic static route support
Juniper PTX10008 status
RT-1.26: Basic static route support
Nokia 7250 IXR-10e status
RT-1.26: Basic static route support

Help

@coveralls
Copy link

coveralls commented Dec 12, 2024

Pull Request Test Coverage Report for Build 12348960785

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 55.268%

Totals Coverage Status
Change from base Build 12343488153: 0.0%
Covered Lines: 1983
Relevant Lines: 3588

💛 - 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
Copy link
Contributor

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")
Copy link
Contributor

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants