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.
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
…atically (sonic-net#20161) #### Why I did it src/sonic-utilities ``` * b82115c9 - (HEAD -> master, origin/master, origin/HEAD) Add show CLI for bmp related dataset. (sonic-net#3289) (48 minutes ago) [Feng-msft] * 785d7bd5 - Fix multi-asic support to PFC config/show (sonic-net#3521) (6 hours ago) [HP] * 8f5e4b6f - Fix multi-asic behaviour for mmuconfig (sonic-net#3061) (10 hours ago) [bktsim] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
5421471
commit 632d936
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
17 files
+29 −6 | config/main.py | |
+78 −54 | pfc/main.py | |
+64 −64 | scripts/mmuconfig | |
+171 −5 | show/main.py | |
+251 −14 | tests/mmuconfig_input/mmuconfig_test_vectors.py | |
+20 −18 | tests/mmuconfig_test.py | |
+19 −0 | tests/mock_tables/asic0/config_db.json | |
+10 −0 | tests/mock_tables/asic0/database_config.json | |
+35 −0 | tests/mock_tables/asic1/config_db.json | |
+10 −0 | tests/mock_tables/asic1/database_config.json | |
+10 −0 | tests/mock_tables/asic2/database_config.json | |
+10 −0 | tests/mock_tables/database_config.json | |
+49 −0 | tests/multi_asic_mmuconfig_test.py | |
+133 −0 | tests/multi_asic_pfc_test.py | |
+286 −0 | tests/pfc_input/pfc_test_vectors.py | |
+35 −13 | tests/pfc_test.py | |
+178 −0 | tests/show_bmp_test.py |