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

TE-9.1 fib_failed_due_to_hw_res_exhaust_test.go #2905

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ platform_exceptions: {
ipv4_missing_enabled: true
}
}
platform_exceptions: {
platform: {
vendor: JUNIPER
}
deviations: {
skip_fib_failed_traffic_forwarding_check: true
}
}
platform_exceptions: {
platform: {
vendor: NOKIA
Expand Down
6 changes: 0 additions & 6 deletions internal/deviations/deviations.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,12 +558,6 @@ func ISISCounterPartChangesUnsupported(dut *ondatra.DUTDevice) bool {
return lookupDUTDeviations(dut).GetIsisCounterPartChangesUnsupported()
}

// GRIBISkipFIBFailedTrafficForwardingCheck returns true for devices that do not
// support fib forwarding for fib failed routes.
func GRIBISkipFIBFailedTrafficForwardingCheck(dut *ondatra.DUTDevice) bool {
return lookupDUTDeviations(dut).GetSkipFibFailedTrafficForwardingCheck()
}

// SkipTCPNegotiatedMSSCheck returns true for devices that do not
// support telemetry to check negotiated tcp mss value.
func SkipTCPNegotiatedMSSCheck(dut *ondatra.DUTDevice) bool {
Expand Down
5 changes: 1 addition & 4 deletions proto/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ message Metadata {
bool isis_lsp_metadata_leafs_unsupported = 111;
// QOS queue requires configuration with queue-id
bool qos_queue_requires_id = 112;
// Devices do not support forwarding for fib failed routes.
bool skip_fib_failed_traffic_forwarding_check = 113;
// QOS requires buffer-allocation-profile configuration
bool qos_buffer_allocation_config_required = 114;
// Devices do not support configuring ExtendedNextHopEncoding at the BGP
Expand Down Expand Up @@ -624,7 +622,7 @@ message Metadata {
// Devices needs time to update interface counters.
bool interface_counters_update_delayed = 224;
// Reserved field numbers and identifiers.
reserved 84, 9, 28, 20, 90, 97, 55, 89, 19, 36, 35, 40, 173;
reserved 84, 9, 28, 20, 90, 97, 55, 89, 19, 36, 35, 40, 173, 113;
}

message PlatformExceptions {
Expand Down Expand Up @@ -652,4 +650,3 @@ message Metadata {
// checks.
bool path_presence_test = 7;
}

Loading
Loading