-
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
[snmp] Added new snmp test case #2963
Conversation
Signed-off-by: Andrii-Yosafat Lozovyi <[email protected]>
] | ||
|
||
|
||
def test_snmp_v2mib(duthosts, rand_one_dut_hostname, localhost, creds): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have snmp tests, do you know which tests are not covered by existing tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lguohan I didn't find test that would cover snmp sysDescr MIB, also I added verification of sysName, sysLocation and sysContact MIBs.
/Azurepipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/Azurepipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Andrii-Yosafat Lozovyi [email protected]
Description of PR
Summary: This PR implements a new test case
test_snmp_v2mib
according to the following test plan.Test should verify that SNMPv2-MIB objects are functioning properly.
Fixes # (issue)
Testplan:
Type of change
Approach
What is the motivation for this PR?
This PR is to add a new test case for snmp.
How did you do it?
How did you verify/test it
Run test on t0 and t1 topo.
snmp/test_snmp_v2mib.py::test_snmp_v2mib PASSED
Any platform specific information?
Supported testbed topology if it's a new test case?
Supports any topo.
Documentation