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 to the latest HEAD automatically (sonic-…
- Loading branch information
1 parent
54d6ea7
commit 13ce540
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule linkmgrd
updated
8 files
Submodule sonic-host-services
updated
5 files
+66 −0 | scripts/caclmgrd | |
+4 −4 | scripts/determine-reboot-cause | |
+58 −0 | tests/caclmgrd/caclmgrd_vxlan_test.py | |
+66 −0 | tests/caclmgrd/test_vxlan_vectors.py | |
+23 −0 | tests/determine-reboot-cause_test.py |
Submodule sonic-platform-common
updated
9 files
Submodule sonic-platform-daemons
updated
6 files
+8 −9 | azure-pipelines.yml | |
+2 −0 | sonic-chassisd/scripts/chassisd | |
+15 −0 | sonic-chassisd/tests/mock_swsscommon.py | |
+12 −1 | sonic-chassisd/tests/test_chassisd.py | |
+0 −10 | sonic-xcvrd/tests/test_xcvrd.py | |
+41 −80 | sonic-xcvrd/xcvrd/xcvrd.py |
Submodule sonic-sairedis
updated
4 files
+6 −9 | .azure-pipelines/build-swss-template.yml | |
+4 −7 | .azure-pipelines/build-template.yml | |
+8 −12 | .azure-pipelines/docker-sonic-vs/Dockerfile | |
+1 −1 | azure-pipelines.yml |
Submodule sonic-swss
updated
11 files
+16 −19 | .azure-pipelines/build-template.yml | |
+8 −13 | .azure-pipelines/docker-sonic-vs/Dockerfile | |
+2 −2 | .azure-pipelines/gcov.yml | |
+7 −7 | azure-pipelines.yml | |
+2 −2 | orchagent/muxorch.cpp | |
+4 −1 | orchagent/orchdaemon.cpp | |
+11 −1 | orchagent/portsorch.cpp | |
+717 −120 | orchagent/vnetorch.cpp | |
+68 −8 | orchagent/vnetorch.h | |
+27 −0 | tests/test_virtual_chassis.py | |
+715 −18 | tests/test_vnet.py |
Submodule sonic-swss-common
updated
8 files
+4 −7 | .azure-pipelines/build-sairedis-template.yml | |
+1 −1 | .azure-pipelines/build-swss-template.yml | |
+6 −6 | .azure-pipelines/build-template.yml | |
+1 −13 | .azure-pipelines/docker-sonic-vs/Dockerfile | |
+1 −13 | azure-pipelines.yml | |
+5 −0 | common/logger.cpp | |
+1 −0 | common/logger.h | |
+23 −0 | tests/logger_ut.cpp |
Submodule sonic-utilities
updated
3 files
+3 −2 | config/validated_config_db_connector.py | |
+14 −8 | generic_config_updater/generic_updater.py | |
+2 −2 | tests/generic_config_updater/generic_updater_test.py |