Relax validation of MIB access checks until we have broader test coverage that this is a non-breaking change

Mark corresponding test TODO in Info test class
This commit is contained in:
Eric A. Miller
2018-04-01 21:50:26 -04:00
parent 66bedd4d54
commit facdf5b7a7
3 changed files with 15 additions and 11 deletions

View File

@@ -17,8 +17,8 @@ Version 3.54
* Don't use MIB leafs that are not-accessible according to MIB
* Fix logic for determining if MIB leaf supports set operations
NOTE: Fixing this logic now results in methods starting with set_ on MIB
leafs without Write or Create access and ANY method on a MIB leaf that is
not-accessible failing validation in _validate_autoload_method()
leafs without Write or Create access failing validation in
_validate_autoload_method()
Version 3.53 (2018-03-22)