-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
- I have just rewritten a very-basic lookup that works. I don't fully understand the mongodb-related part, but at least this should give us a basic point where we can start from.
- Fixed one MIB file name in unit-test
- Fixed one MIB file name in unit-test (and removed useless lookups)
- Fixed the find_mib_file method to add a feature that searching the MIBs using the OID without index
- changed to find/load all mapping MIBs instead of find/load one. - changed unit-test to test HOST-RESOURCES-MIB instead of NETSERVER-MIB. - Note/Finding: After loading all the mapping MIBs, only the last loaded MIB is used to do the translation.
- fixed to lazy load extra MIBs only when the exception is a non-OBJECT-TYPE exception
Codecov Report
@@ Coverage Diff @@
## develop #41 +/- ##
===========================================
+ Coverage 97.04% 98.33% +1.28%
===========================================
Files 27 32 +5
Lines 5081 6731 +1650
===========================================
+ Hits 4931 6619 +1688
+ Misses 150 112 -38
Continue to review full report at Codecov.
|
- I have just rewritten a very-basic lookup that works. I don't fully understand the mongodb-related part, but at least this should give us a basic point where we can start from.
- Fixed one MIB file name in unit-test
- Fixed one MIB file name in unit-test (and removed useless lookups)
- Fixed the find_mib_file method to add a feature that searching the MIBs using the OID without index
- changed to find/load all mapping MIBs instead of find/load one. - changed unit-test to test HOST-RESOURCES-MIB instead of NETSERVER-MIB. - Note/Finding: After loading all the mapping MIBs, only the last loaded MIB is used to do the translation.
- fixed to lazy load extra MIBs only when the exception is a non-OBJECT-TYPE exception
…t-for-snmp-mib-server into feature/fix-semgrep
CLA Assistant Lite bot: All contributors have NOT signed the COC Document I have read the Code of Conduct and I hereby accept the Terms 1 out of 2 committers have signed the CLA. |
I have read the Code of Conduct and I hereby accept the Terms |
…and - python3 -m pip install types-PyYAML
Expected release notes (by @lingy1028) fixes: others (will not be included in Semantic-Release notes):
|
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.
Al looks good. I have run on my local environments those tests and all is green. Please merge.
I have read the Code of Conduct and I hereby accept the Terms |
🎉 This PR is included in version 1.8.0-develop.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.