You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Namespace]: Fix SNMP AgentX socket connection timeout when using Namespace.get_all() (#140)
* [Namespace]: Remove key exists check in dbs_get_all
to reduce time taken.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
* Fix as per review comment.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
* Minor fix.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
* Connect to all required namespace dbs during init and periodic
sync_d functions to reduce time taken in dbs_get_all.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
* Change test_mibs to use generic wrapper function added.
The Namespace functions will be used for both single
and multi-asic platforms.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
* Fix review comment.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
* Fix as per review comment.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
* Remove whitespace.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
* Fix review comment. Avoid modifying mutable object kwargs,
do a shallow copy instead.
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
0 commit comments