forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
72b9cf9 [psushow & psuutil] Support PSU power threshold checking (sonic-net#2326) dfdc92e Revert "Support the bandit check by GitHub Action (sonic-net#2358)" (sonic-net#2509) 85638b2 YANG Validation for ConfigDB Updates: DEVICE_METADATA, SNMP, SNMP_COMMUNITY tables (sonic-net#2481) da44d71 YANG Validation for ConfigDB Updates: PORT_STORM_CONTROL, PORT_QOS_MAP, BUFFER_PROFILE, BUFFER_PG, BUFFER_QUEUE, BUFFER_POOL, FEATURE, DEFAULT_LOSSLESS_BUFFER_PARAMETER tables (# ba9b628 [sfp] Fix issue: Application Advertisement is not well formatted (sonic-net#2491) Signed-off-by: Stephen Sun <stephens@nvidia.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
24 files
+0 −0 | .bandit | |
+0 −20 | .github/workflows/bandit.yml | |
+19 −3 | config/feature.py | |
+150 −69 | config/main.py | |
+10 −3 | config/validated_config_db_connector.py | |
+1 −0 | doc/Command-Reference.md | |
+22 −2 | psuutil/main.py | |
+5 −1 | scripts/psushow | |
+4 −19 | scripts/sfpshow | |
+14 −29 | sfputil/main.py | |
+50 −0 | tests/buffer_test.py | |
+11 −0 | tests/config_snmp_test.py | |
+14 −1 | tests/config_test.py | |
+36 −0 | tests/feature_test.py | |
+26 −2 | tests/mock_tables/state_db.json | |
+5 −5 | tests/psushow_test.py | |
+42 −0 | tests/psuutil_test.py | |
+39 −14 | tests/sfp_test.py | |
+15 −4 | tests/sfputil_test.py | |
+44 −1 | tests/storm_control_test.py | |
+19 −1 | tests/synchronous_mode_test.py | |
+2 −1 | tests/tpid_test.py | |
+19 −0 | tests/yang_config_validation_test.py | |
+53 −0 | utilities_common/sfp_helper.py |