-
Notifications
You must be signed in to change notification settings - Fork 39
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
Enable SNMPv3 write profile checks in SeedDB #2730
Enable SNMPv3 write profile checks in SeedDB #2730
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2730 +/- ##
==========================================
+ Coverage 55.32% 55.46% +0.13%
==========================================
Files 567 567
Lines 41052 41175 +123
==========================================
+ Hits 22713 22838 +125
+ Misses 18339 18337 -2 ☔ View full report in Codecov by Sentry. |
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.
Missing function
55c77b8
to
23222a8
Compare
Enable write access to snmpdv3 instance as well, so that snmp SET commands also can be tested properly.
This just makes the SeedDB write profile test work by delegating SNMP session establishment to the new get_snmp_session_for_profile function.
23222a8
to
2b6cfb6
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This augments #2734 and closes #2727.
This includes reworking the snmpdv3 example container to allow for testing write operations.