Skip to content
Closed
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
1 change: 0 additions & 1 deletion .github/workflows/required_approvals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
approval_mode: ALL
pr_number: ${{ github.event.pull_request.number }}
require_all_approvals_latest_commit: false
limit_org_teams_to_codeowners_file: true
45 changes: 0 additions & 45 deletions .github/workflows/test_gap_analysis.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions feature/acl/otg_tests/acl_large_scale/acl_large_scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ func testv4AddressScale(t *testing.T, dut *ondatra.DUTDevice, ate *ondatra.ATEDe
}

for _, acl := range aclConfigs {
if deviations.ConfigACLOcUnsupported(dut) {
if deviations.ConfigAclOcUnsupported(dut) {
switch dut.Vendor() {
case ondatra.ARISTA:
aclTarfficPolicy := cfgplugins.ACLTrafficPolicyParams{
Expand All @@ -945,7 +945,7 @@ func testv4AddressScale(t *testing.T, dut *ondatra.DUTDevice, ate *ondatra.ATEDe
}

// Verification of ACL on interfaces as Ingress & Egress
if !deviations.ConfigACLOcUnsupported(dut) {
if !deviations.ConfigAclOcUnsupported(dut) {
var expectedACLs = []struct {
Name string
Ingress bool
Expand Down Expand Up @@ -1152,7 +1152,7 @@ func testv6AddressScale(t *testing.T, dut *ondatra.DUTDevice, ate *ondatra.ATEDe
}

for _, acl := range aclConfigs {
if deviations.ConfigACLOcUnsupported(dut) {
if deviations.ConfigAclOcUnsupported(dut) {
switch dut.Vendor() {
case ondatra.ARISTA:
aclTarfficPolicy := cfgplugins.ACLTrafficPolicyParams{
Expand All @@ -1179,7 +1179,7 @@ func testv6AddressScale(t *testing.T, dut *ondatra.DUTDevice, ate *ondatra.ATEDe
}

// Verify ACL is applied on the interfaces
if !deviations.ConfigACLOcUnsupported(dut) {
if !deviations.ConfigAclOcUnsupported(dut) {
var expectedACLs = []struct {
Name string
Ingress bool
Expand Down Expand Up @@ -1317,7 +1317,7 @@ func testv6AddressScale(t *testing.T, dut *ondatra.DUTDevice, ate *ondatra.ATEDe
}

func testv4PrefixList(t *testing.T, dut *ondatra.DUTDevice, ate *ondatra.ATEDevice, otgConfig *otg.OTG, config gosnappi.Config) {
if !deviations.ConfigACLOcUnsupported(dut) {
if !deviations.ConfigAclOcUnsupported(dut) {
// Remove the ACL configs from interface
removeAClOnInterface(t, dut, "port1")
removeAClOnInterface(t, dut, "port2")
Expand Down
Loading
Loading