VPP platform test_acl.py changes#18313
Merged
yejianquan merged 2 commits intosonic-net:masterfrom Feb 19, 2026
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced May 9, 2025
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
We can close this one. Some of the change is not needed. We will create a new PR. |
3091090 to
5d4ea11
Compare
Collaborator
|
/azp run |
Collaborator
|
/azp run |
1 similar comment
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
3100dad to
edab7d8
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yue-fred-gao
approved these changes
Feb 17, 2026
Contributor
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
anilal-amd
pushed a commit
to anilal-amd/anilal-forked-sonic-mgmt
that referenced
this pull request
Feb 19, 2026
Description of PR Summary: Adapts test_acl.py for testing on Sonic-VPP Prerequisite PRs: Add support for sonic-vpp DUT. sonic-net#17892 Adding skip markers for Sonic VPP sonic-net#17855 Support for sonic-mgmt ACL testing on VPP sonic-sairedis#1599 vpp: support binding multiple ACL tables by priority sonic-sairedis#1732 Type of change Bug fix Testbed and Framework(new/improvement) New Test case Skipped for non-supported platforms Test case improvement Approach What is the motivation for this PR? Enabling ACL testing on VPP platform How did you do it? Enabling acl/test_acl.py for Sonic-VPP Add check_intf_up_ports after config reload (to ensure VPP Interfaces are up before starting next iteration of tests). This check will be useful for other platforms too, ensuring interfaces are up before ACL tests continue their execution. Increased the route convergence delay for VPP How did you verify/test it? Ran and passed the ACL test cases on Sonic-VPP Grand summary of acl: Total: 1000 Skip: 232 Fail Skip: 0 Pass: 768 Error: 0 Fail: 0 Negative pass count: 0 (1000/232/0/768/0/0) Aggregate (Total/Skip/Fail-Skip/Pass/Error/Fail): 1000/232/0/768/0/0 Pass rate (Pass/(Total-Skip)): 768/768=100.00% Any platform specific information? VPP signed-off-by: [email protected] Signed-off-by: Zhuohui Tan <[email protected]>
aronovic
pushed a commit
to aronovic/sonic-mgmt
that referenced
this pull request
Mar 3, 2026
Description of PR Summary: Adapts test_acl.py for testing on Sonic-VPP Prerequisite PRs: Add support for sonic-vpp DUT. sonic-net#17892 Adding skip markers for Sonic VPP sonic-net#17855 Support for sonic-mgmt ACL testing on VPP sonic-sairedis#1599 vpp: support binding multiple ACL tables by priority sonic-sairedis#1732 Type of change Bug fix Testbed and Framework(new/improvement) New Test case Skipped for non-supported platforms Test case improvement Approach What is the motivation for this PR? Enabling ACL testing on VPP platform How did you do it? Enabling acl/test_acl.py for Sonic-VPP Add check_intf_up_ports after config reload (to ensure VPP Interfaces are up before starting next iteration of tests). This check will be useful for other platforms too, ensuring interfaces are up before ACL tests continue their execution. Increased the route convergence delay for VPP How did you verify/test it? Ran and passed the ACL test cases on Sonic-VPP Grand summary of acl: Total: 1000 Skip: 232 Fail Skip: 0 Pass: 768 Error: 0 Fail: 0 Negative pass count: 0 (1000/232/0/768/0/0) Aggregate (Total/Skip/Fail-Skip/Pass/Error/Fail): 1000/232/0/768/0/0 Pass rate (Pass/(Total-Skip)): 768/768=100.00% Any platform specific information? VPP signed-off-by: [email protected] Signed-off-by: Mihut Aronovici <[email protected]>
ravaliyel
pushed a commit
to ravaliyel/sonic-mgmt
that referenced
this pull request
Mar 12, 2026
Description of PR Summary: Adapts test_acl.py for testing on Sonic-VPP Prerequisite PRs: Add support for sonic-vpp DUT. sonic-net#17892 Adding skip markers for Sonic VPP sonic-net#17855 Support for sonic-mgmt ACL testing on VPP sonic-sairedis#1599 vpp: support binding multiple ACL tables by priority sonic-sairedis#1732 Type of change Bug fix Testbed and Framework(new/improvement) New Test case Skipped for non-supported platforms Test case improvement Approach What is the motivation for this PR? Enabling ACL testing on VPP platform How did you do it? Enabling acl/test_acl.py for Sonic-VPP Add check_intf_up_ports after config reload (to ensure VPP Interfaces are up before starting next iteration of tests). This check will be useful for other platforms too, ensuring interfaces are up before ACL tests continue their execution. Increased the route convergence delay for VPP How did you verify/test it? Ran and passed the ACL test cases on Sonic-VPP Grand summary of acl: Total: 1000 Skip: 232 Fail Skip: 0 Pass: 768 Error: 0 Fail: 0 Negative pass count: 0 (1000/232/0/768/0/0) Aggregate (Total/Skip/Fail-Skip/Pass/Error/Fail): 1000/232/0/768/0/0 Pass rate (Pass/(Total-Skip)): 768/768=100.00% Any platform specific information? VPP signed-off-by: [email protected] Signed-off-by: Ravali Yeluri (WIPRO LIMITED) <[email protected]>
abhishek-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Mar 17, 2026
Description of PR Summary: Adapts test_acl.py for testing on Sonic-VPP Prerequisite PRs: Add support for sonic-vpp DUT. sonic-net#17892 Adding skip markers for Sonic VPP sonic-net#17855 Support for sonic-mgmt ACL testing on VPP sonic-sairedis#1599 vpp: support binding multiple ACL tables by priority sonic-sairedis#1732 Type of change Bug fix Testbed and Framework(new/improvement) New Test case Skipped for non-supported platforms Test case improvement Approach What is the motivation for this PR? Enabling ACL testing on VPP platform How did you do it? Enabling acl/test_acl.py for Sonic-VPP Add check_intf_up_ports after config reload (to ensure VPP Interfaces are up before starting next iteration of tests). This check will be useful for other platforms too, ensuring interfaces are up before ACL tests continue their execution. Increased the route convergence delay for VPP How did you verify/test it? Ran and passed the ACL test cases on Sonic-VPP Grand summary of acl: Total: 1000 Skip: 232 Fail Skip: 0 Pass: 768 Error: 0 Fail: 0 Negative pass count: 0 (1000/232/0/768/0/0) Aggregate (Total/Skip/Fail-Skip/Pass/Error/Fail): 1000/232/0/768/0/0 Pass rate (Pass/(Total-Skip)): 768/768=100.00% Any platform specific information? VPP signed-off-by: [email protected] Signed-off-by: Abhishek <[email protected]>
vrajeshe
pushed a commit
to vrajeshe/sonic-mgmt
that referenced
this pull request
Mar 23, 2026
Description of PR Summary: Adapts test_acl.py for testing on Sonic-VPP Prerequisite PRs: Add support for sonic-vpp DUT. sonic-net#17892 Adding skip markers for Sonic VPP sonic-net#17855 Support for sonic-mgmt ACL testing on VPP sonic-sairedis#1599 vpp: support binding multiple ACL tables by priority sonic-sairedis#1732 Type of change Bug fix Testbed and Framework(new/improvement) New Test case Skipped for non-supported platforms Test case improvement Approach What is the motivation for this PR? Enabling ACL testing on VPP platform How did you do it? Enabling acl/test_acl.py for Sonic-VPP Add check_intf_up_ports after config reload (to ensure VPP Interfaces are up before starting next iteration of tests). This check will be useful for other platforms too, ensuring interfaces are up before ACL tests continue their execution. Increased the route convergence delay for VPP How did you verify/test it? Ran and passed the ACL test cases on Sonic-VPP Grand summary of acl: Total: 1000 Skip: 232 Fail Skip: 0 Pass: 768 Error: 0 Fail: 0 Negative pass count: 0 (1000/232/0/768/0/0) Aggregate (Total/Skip/Fail-Skip/Pass/Error/Fail): 1000/232/0/768/0/0 Pass rate (Pass/(Total-Skip)): 768/768=100.00% Any platform specific information? VPP signed-off-by: [email protected] Signed-off-by: Venkata Gouri Rajesh Etla <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Summary:
Prerequisite PRs:
Type of change
Back port request
Approach
What is the motivation for this PR?
Enabling ACL testing on VPP platform
How did you do it?
check_intf_up_portsafter config reload (to ensure VPP Interfaces are up before starting next iteration of tests). This check will be useful for other platforms too, ensuring interfaces are up before ACL tests continue their execution.How did you verify/test it?
Ran and passed the ACL test cases on Sonic-VPP
Any platform specific information?
VPP
Supported testbed topology if it's a new test case?
Documentation