Adding ACL scale test with error catching#638
Closed
simone-dell wants to merge 10 commits intosonic-net:masterfrom
Closed
Adding ACL scale test with error catching#638simone-dell wants to merge 10 commits intosonic-net:masterfrom
simone-dell wants to merge 10 commits intosonic-net:masterfrom
Conversation
Contributor
Author
|
Please don't merge this yet. This is part of a work in progress so we can figure out how to make this test platform agnostic, as CRM show command is sometimes different across platforms. |
qiluo-msft
reviewed
Jun 4, 2018
Contributor
There was a problem hiding this comment.
[](start = 55, length = 1)
[](start = 55, length = 1)
Remove the blank? #Closed
Contributor
Author
There was a problem hiding this comment.
removed, thanks #Closed
c760feb to
b559c9c
Compare
…to acltb_scale_test
wangxin
reviewed
Jan 24, 2019
| vars: | ||
| command_to_run: "acl-loader update full /tmp/acltb_test_rules-del.json" | ||
| errors_expected: false | ||
| include: roles/test/tasks/run_command_with_log_analyzer.yml |
Collaborator
There was a problem hiding this comment.
Could you consider checking remaining ACL entry count from CRM again after the ACL rules are deleted?
Collaborator
|
This scenario is already covered by |
wangxin
pushed a commit
to wangxin/sonic-mgmt
that referenced
this pull request
Oct 27, 2025
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…net#5288) - Kernel: [201811] Fix I2C ISMT DMA buffer alignment issue (sonic-net#158)[201811] Fix I2C ISMT DMA buffer alignment issue (sonic-net#158) - utilities: Fix pfcwd stats crash with invalid queue name (sonic-net#1077) - sairedis: [syncd] Fix notification on switch shutdown request (sonic-net#638) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
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
Fixes # (issue)
Type of change
Approach
How did you do it?
acltb_scale.yml gathers CRM information. Based on the free count returned, the test scales to fill up all the free space in the hardware. When an error is thrown, the scale number is returned.
How did you verify/test it?
Local repo
Any platform specific information?
No
Supported testbed topology if it's a new test case?
t1, t1-lag
Documentation