kontron / robotframework-snmplibrary

SnmpLibrary for Robot Framework
Apache License 2.0
12 stars 11 forks source link

New Trap Filter oid argument ignored with newer pysnmp #20

Open drosinos opened 2 years ago

drosinos commented 2 years ago

The latest pysnmp (4.4.12) changes the semantics of getVarBindList(), and its use in traps.py is now effectively a no-op (i.e., the OID of new_trap_filter() is not checked). pysnmp proposes to use getVarBinds() (see here and here).