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

RT-2.6: Add deviation missing_isis_interface_afi_safi_enable #3689

Merged
merged 1 commit into from
Jan 28, 2025
Merged
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
RT-2.6: Add deviation missing_isis_interface_afi_safi_enable
RT-2.6: Add deviation missing_isis_interface_afi_safi_enable
for Arista
yini101 authored and self-maurya committed Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ff3f7e818c3ba57d05a31743c2725700fc3987f9
Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@ platform_exceptions: {
isis_counter_manual_address_drop_from_areas_unsupported: true
isis_counter_part_changes_unsupported: true
isis_interface_afi_unsupported: true
missing_isis_interface_afi_safi_enable: true
}
}
platform_exceptions: {

Unchanged files with check annotations Beta

}
// ConfigureOtgInterface configures the Ethernet for the LAG or subinterface.
func ConfigureOtgInterface(t *testing.T, top gosnappi.Config, intf *InterfaceProperties, a *Port) {

Check failure on line 96 in internal/otg_helpers/otg_config_helpers/otgconfighelpers.go

GitHub Actions / Static Analysis

parameter 't' seems to be unused, consider removing or renaming it as _
dev := top.Devices().Add().SetName(intf.Name + ".Dev")
eth := dev.Ethernets().Add().SetName(intf.Name + ".Eth").SetMac(intf.Mac)
if a.Islag {
t.Fatalf("Cannot copy baseConfig: %v", err)
}
copy := o.(*oc.Root)

Check failure on line 175 in internal/fptest/config.go

GitHub Actions / Static Analysis

redefinition of the built-in function copy
if *setEthernetFromState {
setEthernetFromBase(t, config, copy)
"github.com/openconfig/ondatra"
)
// DeviationCiscoRoutingPolicyBGPActionSetCommunity is used as an alternative to

Check failure on line 25 in internal/cfgplugins/bgp_policy.go

GitHub Actions / Static Analysis

comment on exported function DeviationCiscoRoutingPolicyBGPActionSetMed should be of the form "DeviationCiscoRoutingPolicyBGPActionSetMed ..."
// /routing-policy/policy-definitions/policy-definition/statements/statement/actions/bgp-actions/config/set-med.
// This deviation implements CLI to perform the equivalent function.
func DeviationCiscoRoutingPolicyBGPActionSetMed(t *testing.T, dut *ondatra.DUTDevice, policyName string, statement string, prefixSetName string, setMed int, origin string) {