Skip to content

Commit

Permalink
Update acl test case to permit nic simulator keepalive path in dualto…
Browse files Browse the repository at this point in the history
…r-aa topology. (sonic-net#15619)

- How did you do it?
Permit nic simulator keepalive path in dualtor-aa topology

- How did you verify/test it?
Run it in internal dualtor regression.
  • Loading branch information
echuawu authored and mssonicbld committed Dec 4, 2024
1 parent ee37f79 commit 475fb13
Show file tree
Hide file tree
Showing 5 changed files with 579 additions and 9 deletions.
15 changes: 15 additions & 0 deletions tests/acl/templates/acltb_test_rules_part_1.j2
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,21 @@
"destination-port": "179"
}
}
},
"29": {
"actions": {
"config": {
"forwarding-action": "ACCEPT"
}
},
"config": {
"sequence-id": 29
},
"ip": {
"config": {
"destination-ip-address": "{{ loopback_ip }}/32"
}
}
}
}
}
Expand Down
15 changes: 15 additions & 0 deletions tests/acl/templates/acltb_test_rules_part_2.j2
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,21 @@
"destination-ip-address": "192.168.0.122/32"
}
}
},
"34": {
"actions": {
"config": {
"forwarding-action": "ACCEPT"
}
},
"config": {
"sequence-id": 34
},
"ip": {
"config": {
"destination-ip-address": "{{ loopback_ip }}/32"
}
}
}
}
}
Expand Down
Loading

0 comments on commit 475fb13

Please sign in to comment.