-
Notifications
You must be signed in to change notification settings - Fork 740
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
Implement new TC for SNMP ifErrors/ifDiscard #14916
base: master
Are you sure you want to change the base?
Implement new TC for SNMP ifErrors/ifDiscard #14916
Conversation
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
dc345a3
to
75703f9
Compare
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
75703f9
to
e7013a7
Compare
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
e7013a7
to
2fc9e91
Compare
24dbd15
to
a4c14dd
Compare
a4c14dd
to
a713a54
Compare
a713a54
to
48756fe
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
48756fe
to
554825b
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
554825b
to
b17949c
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
b17949c
to
4829463
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
4829463
to
b792b9e
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
b792b9e
to
9b4b627
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi @bingwang-ms I do see There is a cross-feature dependence. File: tests/snmp/test_snmp_interfaces.py, import module: tests.platform_tests.counterpoll.counterpoll_helper how community deal with such problem , as I need already created function from counterpoll and do not want to duplicate or break existing logic. Can you share some example? Thank you in advance. |
Description of PR
Summary:
Fixes # (sonic-net/sonic-snmpagent#325)
After these change we need to implement new logic for SNMP ifErrors/ifDiscard
Type of change
Back port request
Approach
What is the motivation for this PR?
Cover new logic for SNMP for ifErrors/ifDiscard counters
How did you do it?
Add new TC
How did you verify/test it?
Run TC, TC passed
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation