-
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.
[submodule] Update submodule sonic-swss to the latest HEAD automatically
- Loading branch information
1 parent
66b9ec5
commit 0009624
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
24 files
+1 −1 | .azure-pipelines/test-docker-sonic-vs-template.yml | |
+2 −2 | orchagent/bulker.h | |
+206 −8 | orchagent/dash/dashorch.cpp | |
+11 −3 | orchagent/dash/dashorch.h | |
+210 −10 | orchagent/dash/dashrouteorch.cpp | |
+13 −2 | orchagent/dash/dashrouteorch.h | |
+72 −3 | orchagent/dash/dashvnetorch.cpp | |
+3 −1 | orchagent/orchdaemon.cpp | |
+1 −1 | tests/conftest.py | |
+171 −0 | tests/dash/dash_configs.py | |
+237 −0 | tests/dash/dash_db.py | |
+0 −0 | tests/dash/test_dash_acl.py | |
+79 −0 | tests/dash/test_dash_pl.py | |
+87 −0 | tests/dash/test_dash_route_group.py | |
+241 −0 | tests/dash/test_dash_vnet.py | |
+16 −0 | tests/dvslib/sai_utils.py | |
+4 −1 | tests/mock_tests/Makefile.am | |
+55 −0 | tests/mock_tests/dashorch_ut.cpp | |
+279 −0 | tests/mock_tests/mock_orch_test.cpp | |
+8 −265 | tests/mock_tests/mock_orch_test.h | |
+4 −0 | tests/mock_tests/mock_orchagent_main.h | |
+6 −0 | tests/mock_tests/ut_saihelper.cpp | |
+17 −0 | tests/sai_attrs.py | |
+0 −344 | tests/test_dash_vnet.py |