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#20290) #### Why I did it src/sonic-utilities ``` * 867fc540 - (HEAD -> master, origin/master, origin/HEAD) [DASH] Add support for ENI counters (sonic-net#3496) (28 hours ago) [Vivek] * b4d27c4b - Fix multi-asic behaviour for watermarkstat (sonic-net#3060) (2 days ago) [bktsim] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
a3afa44
commit 00c22b4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
14 files
+146 −12 | clear/main.py | |
+59 −0 | counterpoll/main.py | |
+73 −59 | scripts/watermarkstat | |
+158 −15 | show/main.py | |
+55 −0 | tests/counterpoll_test.py | |
+305 −8 | tests/mock_tables/asic0/counters_db.json | |
+413 −0 | tests/mock_tables/asic1/counters_db.json | |
+4 −0 | tests/mock_tables/config_db.json | |
+27 −1 | tests/mock_tables/dbconnector.py | |
+8 −8 | tests/multi_asic_pgdropstat_test.py | |
+16 −16 | tests/multi_asic_queue_counter_test.py | |
+145 −0 | tests/multi_asic_watermarkstat_test.py | |
+5 −5 | tests/watermarkstat_test.py | |
+557 −45 | tests/wm_input/wm_test_vectors.py |