-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ba1a2e
commit ac6a814
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
24 files
+68 −0 | doc/Command-Reference.md | |
+4 −1 | scripts/generate_dump | |
+18 −4 | scripts/queuestat | |
+75 −0 | scripts/verify_image_sign.sh | |
+34 −0 | scripts/verify_image_sign_common.sh | |
+2 −0 | setup.py | |
+2 −2 | show/feature.py | |
+13 −5 | show/main.py | |
+1 −1 | show/system_health.py | |
+11 −0 | sonic_installer/bootloader/grub.py | |
+11 −1 | sonic_installer/main.py | |
+45 −0 | tests/feature_test.py | |
+8 −0 | tests/installer_bootloader_grub_test.py | |
+22 −0 | tests/interfaces_test.py | |
+582 −64 | tests/mock_tables/asic0/counters_db.json | |
+151 −0 | tests/multi_asic_queue_counter_test.py | |
+40 −0 | tests/scripts/create_mock_image.sh | |
+91 −0 | tests/scripts/create_sign_and_verify_test_files.sh | |
+29 −0 | tests/scripts/verify_image_sign_test.sh | |
+20 −20 | tests/show_bfd_test.py | |
+70 −0 | tests/sign_and_verify_test.py | |
+8 −1 | tests/test_sonic_installer.py | |
+29 −0 | tests/verify_image_sign_test.sh | |
+14 −2 | utilities_common/intf_filter.py |