forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Multi-asic]: Support multi-asic platform (#126)
* [sonic-ax-impl]: Add SNMP support for multi-asic platform: - Modify interface, lag, queue related functions to get data from all databases. - Update implementation of the following MIBS to get data from all databases: - InterfaceMIB - InterfaceMIBObjects - CiscoSystemExtMIB - csqIfQosGroupStatsTable * Fix as per review comments. Test case for init_namespace_dbs * Remove whitespace. * Add namespace support to IpCidrRouteTable MIB. * Add testcases for multiple namesapce for below MIBS: InterfaceMIB InterfaceMIBObjects cpfcIfPriorityTable * Remove debug print messages. * Modified as per review comments. Added a new class for Namespace related functions. Updated single namespace testcase to load database_config.json. * Changes made as per LGTM comments and review comments. * Minor fix to remove import of module not being used. * Fix PortChannel name in asic1 mock table. * Remove import of libraries that are not required. * Corrections in namespace database json files. * Add namespace test case for csqIfQosGroupStatsTable. * Fix SonicV2Connector mock __init__ function to match changes in swsssdk. * Change function name as per review comment. Add mock connect function to get mock db filenames.
- Loading branch information
1 parent
c8e5757
commit a677876
Showing
45 changed files
with
4,362 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.